From 680caed505d7523df1d92f972b1448e2928fa111 Mon Sep 17 00:00:00 2001 From: David Baker Date: Tue, 10 Dec 2019 17:56:50 +0000 Subject: [PATCH] Remove unnecessary logging --- src/electron-main.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/electron-main.js b/src/electron-main.js index 8ecfcaa..517777b 100644 --- a/src/electron-main.js +++ b/src/electron-main.js @@ -145,7 +145,6 @@ async function setupGlobals() { // It's important to call `path.join` so we don't end up with the packaged asar in the final path. const iconFile = `riot.${process.platform === 'win32' ? 'ico' : 'png'}`; iconPath = path.join(resPath, "img", iconFile); - console.log("loading tray icon from " + iconPath); trayConfig = { icon_path: iconPath, brand: vectorConfig.brand || 'Riot',