From c945c1453382874045d503c72c28a093abdfce07 Mon Sep 17 00:00:00 2001 From: Evgeny Zinoviev Date: Wed, 5 Sep 2018 22:15:51 +0300 Subject: remove unused code --- main.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/main.js b/main.js index e5d1880..879d224 100644 --- a/main.js +++ b/main.js @@ -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({ -- cgit v1.2.3