diff options
author | Evgeny Zinoviev <me@ch1p.com> | 2018-09-05 22:15:51 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.com> | 2018-09-05 22:15:51 +0300 |
commit | c945c1453382874045d503c72c28a093abdfce07 (patch) | |
tree | 61df2e23a30a9979cae93c94fce0ac53f0773c78 | |
parent | cd6b94ea88c968bd53468ce7f8bfffe34c811695 (diff) |
remove unused code
-rw-r--r-- | main.js | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -17,8 +17,6 @@ var plugin = lib + ';application/x-hello' console.log(plugin) app.commandLine.appendSwitch('register-pepper-plugins', plugin) -app.commandLine.appendSwitch('vmodule', '=ppb*=4') -app.commandLine.appendSwitch('enable-logging', 'stderr') app.on('ready', function() { mainWindow = new BrowserWindow({ |