1
0
Fork 0

Merge pull request #80125 from Calinou/shader-cache-remove-debug-print

Remove debugging print from shader cache
This commit is contained in:
Yuri Sizov 2023-08-01 20:04:07 +02:00
commit 2992ffd255
1 changed files with 0 additions and 1 deletions

View File

@ -504,7 +504,6 @@ void ShaderRD::_compile_version(Version *p_version, int p_group) {
if (shader_cache_dir_valid) { if (shader_cache_dir_valid) {
if (_load_from_cache(p_version, p_group)) { if (_load_from_cache(p_version, p_group)) {
print_line("loaded from cache!");
return; return;
} }
} }