Juan Linietsky 9 лет назад
Родитель
Сommit
0ed5dbb24d
1 измененных файлов с 1 добавлено и 1 удалено
  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;
 }