Skip to content

Commit

Permalink
Remove debugging print from shader cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Calinou committed Aug 1, 2023
1 parent dfebfd1 commit 037975f
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 037975f

Please sign in to comment.