From fd95935fef094eb6dfb52415cc8e9d2f1dfff9ce Mon Sep 17 00:00:00 2001 From: Alexander Holland Date: Mon, 30 Apr 2018 18:41:06 +0200 Subject: [PATCH] hide tab changed debug print (cherry picked from commit 31f28885f93aeff6db45fcf6dab147cddaab509f) --- editor/editor_data.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/editor/editor_data.cpp b/editor/editor_data.cpp index 95ed40d889b..c10a6153b64 100644 --- a/editor/editor_data.cpp +++ b/editor/editor_data.cpp @@ -563,8 +563,6 @@ bool EditorData::check_and_update_scene(int p_idx) { bool must_reload = _find_updated_instances(edited_scene[p_idx].root, edited_scene[p_idx].root, checked_scenes); - print_line("MUST RELOAD? " + itos(must_reload)); - if (must_reload) { Ref pscene; pscene.instance();