mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-01-18 23:44:59 +01:00
Remove unnecessary logging
This commit is contained in:
parent
8d3529787a
commit
680caed505
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user