去除调试代码

This commit is contained in:
阿甘 2023-05-31 00:18:53 +08:00
parent fc0e0bb55e
commit 99526dc326

View File

@ -131,7 +131,6 @@ wb.export(
}
cmdSpecial = function(command){
if(_STUDIO_INVOKED){
if(string.find(command,"make")){
var configFile = io.splitpath(io._exefile).name + ".ini";
var ini = fsys.ini(configFile);
@ -143,9 +142,6 @@ wb.export(
mainForm.msgbox(command);
return;
}
mainForm.msgbox(command);
//return;
}
//同步有同步的优势,扬长避短是智慧,倒行逆施最累人。
prcs = process.popen(command);