Merge pull request #18508 from AlexHolly/hide-tab-changed-debug-print

hide tab changed debug print
This commit is contained in:
Rémi Verschelde 2018-05-01 19:19:12 +02:00 committed by GitHub
commit 1113a738ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

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();