diff options
author | HolonProduction <holonproduction@gmail.com> | 2024-03-01 12:01:14 +0100 |
---|---|---|
committer | HolonProduction <holonproduction@gmail.com> | 2024-03-01 13:06:37 +0100 |
commit | a2e7c64dc4911a0070dceec4894689d70cb4cac6 (patch) | |
tree | 75d54fc725dfcf983f2ee08875405e543f778e68 /core/io/resource.cpp | |
parent | 1f42455e0a6f4b708b06500f63e2413d2a218a7e (diff) | |
download | redot-engine-a2e7c64dc4911a0070dceec4894689d70cb4cac6.tar.gz |
Cleanup
Diffstat (limited to 'core/io/resource.cpp')
-rw-r--r-- | core/io/resource.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/core/io/resource.cpp b/core/io/resource.cpp index 9fc7d1e3e5..7e8d0b43cd 100644 --- a/core/io/resource.cpp +++ b/core/io/resource.cpp @@ -31,7 +31,6 @@ #include "resource.h" #include "core/core_string_names.h" -#include "core/error/error_macros.h" #include "core/io/file_access.h" #include "core/io/resource_loader.h" #include "core/math/math_funcs.h" @@ -85,9 +84,6 @@ void Resource::set_path(const String &p_path, bool p_take_over) { path_cache = p_path; if (!path_cache.is_empty()) { - if (p_path.ends_with("class_a.notest.gd")) { - print_line("Setting resource path to class_a.notest.gd"); - } ResourceCache::resources[path_cache] = this; } ResourceCache::lock.unlock(); |