hide tab changed debug print

(cherry picked from commit 31f28885f9)
This commit is contained in:
Alexander Holland 2018-04-30 18:41:06 +02:00 committed by Hein-Pieter van Braam
parent 4fbb460a02
commit fd95935fef
1 changed files with 0 additions and 2 deletions

View File

@ -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); 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) { if (must_reload) {
Ref<PackedScene> pscene; Ref<PackedScene> pscene;
pscene.instance(); pscene.instance();