summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript_cache.cpp
diff options
context:
space:
mode:
authorHolonProduction <holonproduction@gmail.com>2024-03-01 12:01:14 +0100
committerHolonProduction <holonproduction@gmail.com>2024-03-01 13:06:37 +0100
commita2e7c64dc4911a0070dceec4894689d70cb4cac6 (patch)
tree75d54fc725dfcf983f2ee08875405e543f778e68 /modules/gdscript/gdscript_cache.cpp
parent1f42455e0a6f4b708b06500f63e2413d2a218a7e (diff)
downloadredot-engine-a2e7c64dc4911a0070dceec4894689d70cb4cac6.tar.gz
Cleanup
Diffstat (limited to 'modules/gdscript/gdscript_cache.cpp')
-rw-r--r--modules/gdscript/gdscript_cache.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/gdscript/gdscript_cache.cpp b/modules/gdscript/gdscript_cache.cpp
index 7576be781f..7c27127dce 100644
--- a/modules/gdscript/gdscript_cache.cpp
+++ b/modules/gdscript/gdscript_cache.cpp
@@ -283,7 +283,6 @@ Ref<GDScript> GDScriptCache::get_shallow_script(const String &p_path, Error &r_e
}
Ref<GDScript> GDScriptCache::get_full_script(const String &p_path, Error &r_error, const String &p_owner, bool p_update_from_disk) {
- print_line("get full script", p_path);
MutexLock lock(singleton->mutex);
if (!p_owner.is_empty()) {