浏览代码

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;
 }