Skip to content

Commit

Permalink
refactor(packager): remove stray log
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshallOfSound committed Dec 4, 2016
1 parent 47aca1c commit f4f36b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/electron-forge-package.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ const main = async () => {
out: path.resolve(dir, 'out'),
version: packageJSON.devDependencies['electron-prebuilt-compile'],
});
console.log(packageOpts);
const userDefinedAsarPrefs = packageOpts.asar;
packageOpts.asar = false;
const log = console.error; // eslint-disable-line
Expand Down

0 comments on commit f4f36b5

Please sign in to comment.