Browse Source

removed extra print

Juan Linietsky 9 years ago
parent
commit
0ed5dbb24d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/editor/create_dialog.cpp

+ 1 - 1
tools/editor/create_dialog.cpp

@@ -326,7 +326,7 @@ Object *CreateDialog::instance_selected() {
 		}
 	}
 
-	print_line("NONE");
+
 	return NULL;
 }