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',