hide tab changed debug print

This commit is contained in:
Alexander Holland 2018-04-30 18:41:06 +02:00
parent d0183effe0
commit 31f28885f9

View file

@ -588,8 +588,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();