From 246132a791dae2f7235615d13937a20919c6cd49 Mon Sep 17 00:00:00 2001 From: Stefan Malzner Date: Thu, 14 Dec 2017 11:37:26 +0100 Subject: remove unecessary console logs --- src/index.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/index.js') diff --git a/src/index.js b/src/index.js index 4253b681f..76b1d8352 100644 --- a/src/index.js +++ b/src/index.js @@ -37,7 +37,6 @@ const isSecondInstance = app.makeSingleInstance((argv) => { const url = argv.slice(1); if (url) { - console.log(url.toString()); handleDeepLink(mainWindow, url.toString()); } } @@ -81,8 +80,7 @@ const createWindow = () => { const trayIcon = new Tray(); // Initialize ipcApi - const franzIpcApi = ipcApi({ mainWindow, settings, trayIcon }); - console.log(franzIpcApi); + ipcApi({ mainWindow, settings, trayIcon }); // Manage Window State mainWindowState.manage(mainWindow); -- cgit v1.2.3-70-g09d2