mirror of
https://github.com/overte-org/overte.git
synced 2025-07-14 14:56:37 +02:00
remove packaging options debug
This commit is contained in:
parent
b3c5bafabc
commit
f172c2b251
1 changed files with 0 additions and 2 deletions
|
@ -29,8 +29,6 @@ if (osType == "Darwin") {
|
||||||
options["name"] = "server-console"
|
options["name"] = "server-console"
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log(options);
|
|
||||||
|
|
||||||
// call the packager now
|
// call the packager now
|
||||||
packager(options, function(error, appPath){
|
packager(options, function(error, appPath){
|
||||||
console.log("Wrote new app to " + appPath);
|
console.log("Wrote new app to " + appPath);
|
||||||
|
|
Loading…
Reference in a new issue