You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Remove debugging print from shader cache
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user