From 0cb4098eb8fe4e2a371f45b94b194e9d378b6028 Mon Sep 17 00:00:00 2001 From: Jia Hao Date: Tue, 26 Jan 2016 14:43:33 +0800 Subject: [PATCH] Remove logs --- src/buildApp.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/buildApp.js b/src/buildApp.js index 2c2d426..13964b1 100644 --- a/src/buildApp.js +++ b/src/buildApp.js @@ -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; }