remove packaging options debug

This commit is contained in:
Stephen Birarda 2016-01-04 13:54:01 -08:00
parent b3c5bafabc
commit f172c2b251

View file

@ -29,8 +29,6 @@ if (osType == "Darwin") {
options["name"] = "server-console"
}
console.log(options);
// call the packager now
packager(options, function(error, appPath){
console.log("Wrote new app to " + appPath);