Remove logs

This commit is contained in:
Jia Hao 2016-01-26 14:43:33 +08:00
parent 6b0d10f9d4
commit 0cb4098eb8
1 changed files with 0 additions and 2 deletions

View File

@ -83,10 +83,8 @@ function buildApp(options, callback) {
return;
}
console.log(options);
if (options.platform === 'darwin') {
// todo mac icon copy
console.log('darwin exit');
callback(null, appPath);
return;
}