mirror of
https://github.com/overte-org/overte.git
synced 2025-04-23 01:13:32 +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"
|
||||
}
|
||||
|
||||
console.log(options);
|
||||
|
||||
// call the packager now
|
||||
packager(options, function(error, appPath){
|
||||
console.log("Wrote new app to " + appPath);
|
||||
|
|
Loading…
Reference in a new issue