Skip to content

Commit

Permalink
Merge pull request #18508 from AlexHolly/hide-tab-changed-debug-print
Browse files Browse the repository at this point in the history
hide tab changed debug print
  • Loading branch information
akien-mga authored May 1, 2018
2 parents c5fe3d9 + 31f2888 commit 1113a73
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions editor/editor_data.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 1113a73

Please sign in to comment.