Browse Source

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

hide tab changed debug print
Rémi Verschelde 7 years ago
parent
commit
1113a738ba
1 changed files with 0 additions and 2 deletions
  1. 0 2
      editor/editor_data.cpp

+ 0 - 2
editor/editor_data.cpp

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