aboutsummaryrefslogtreecommitdiff
path: root/editor/editor_data.cpp
diff options
context:
space:
mode:
authorAlexander Holland2018-04-30 18:41:06 +0200
committerHein-Pieter van Braam2018-05-13 22:40:28 +0200
commitfd95935fef094eb6dfb52415cc8e9d2f1dfff9ce (patch)
tree00128712db11a4f51e31b1a7c40c49a30d4eeab0 /editor/editor_data.cpp
parent4fbb460a02c5e51a6e0ff9430ab042087048f9bd (diff)
downloadgodot-fd95935fef094eb6dfb52415cc8e9d2f1dfff9ce.tar.gz
godot-fd95935fef094eb6dfb52415cc8e9d2f1dfff9ce.tar.zst
godot-fd95935fef094eb6dfb52415cc8e9d2f1dfff9ce.zip
hide tab changed debug print
(cherry picked from commit 31f28885f93aeff6db45fcf6dab147cddaab509f)
Diffstat (limited to '')
-rw-r--r--editor/editor_data.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/editor/editor_data.cpp b/editor/editor_data.cpp
index 95ed40d88..c10a6153b 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<PackedScene> pscene;
pscene.instance();