Removed console.log

Signed-off-by: Ujjwal-Agarwal <ujjwal7648@outlook.com>
This commit is contained in:
Ujjwal-Agarwal 2026-02-14 18:27:48 +05:30
parent 7ce177fe0d
commit 0cbe70c130
1 changed files with 0 additions and 2 deletions

View File

@ -11,8 +11,6 @@ let tray: Tray = null;
// Create and resize tray icon for macOS
function createTrayIcon() {
const image = nativeImage.createFromDataURL(trayIconAsset);
console.log("Tray icon asset type:", typeof trayIconAsset);
console.log("Tray icon asset preview:", String(trayIconAsset).slice(0, 50));
const resized = image.resize({ width: 20, height: 20 });
// Mark as template image so it adapts to dark/light mode