Skip to content

Commit

Permalink
Merge pull request #80125 from Calinou/shader-cache-remove-debug-print
Browse files Browse the repository at this point in the history
Remove debugging print from shader cache
  • Loading branch information
YuriSizov committed Aug 1, 2023
2 parents 9fe9922 + 037975f commit 2992ffd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion servers/rendering/renderer_rd/shader_rd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,6 @@ void ShaderRD::_compile_version(Version *p_version, int p_group) {

if (shader_cache_dir_valid) {
if (_load_from_cache(p_version, p_group)) {
print_line("loaded from cache!");
return;
}
}
Expand Down

0 comments on commit 2992ffd

Please sign in to comment.