Skip to content

Commit

Permalink
remove unecessary console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
adlk committed Dec 14, 2017
1 parent 2624fa1 commit 246132a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/index.js
Expand Up @@ -37,7 +37,6 @@ const isSecondInstance = app.makeSingleInstance((argv) => {
const url = argv.slice(1);

if (url) {
console.log(url.toString());
handleDeepLink(mainWindow, url.toString());
}
}
Expand Down Expand Up @@ -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);
Expand Down

0 comments on commit 246132a

Please sign in to comment.