@@ -177,7 +177,6 @@ namespace('build', function() {
complete();
- /*
process.chdir(buildDir);
var cmds = ["zip -r -X ./EditorData.zip ./"];
@@ -189,8 +188,6 @@ namespace('build', function() {
printStdout: true
});
- */
-
}); // end of build namespace