Browse Source

removed extra print

Juan Linietsky 9 năm trước cách đây
mục cha
commit
0ed5dbb24d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;
 }