فهرست منبع

removed extra print

Juan Linietsky 9 سال پیش
والد
کامیت
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;
 }