From a2e7c64dc4911a0070dceec4894689d70cb4cac6 Mon Sep 17 00:00:00 2001 From: HolonProduction Date: Fri, 1 Mar 2024 12:01:14 +0100 Subject: Cleanup --- modules/gdscript/gdscript_cache.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/gdscript/gdscript_cache.cpp') 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 GDScriptCache::get_shallow_script(const String &p_path, Error &r_e } Ref 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()) { -- cgit v1.2.3