diff --git a/shell/modules/TrayModule.qml b/shell/modules/TrayModule.qml index 911b3e8..7d6e3fa 100644 --- a/shell/modules/TrayModule.qml +++ b/shell/modules/TrayModule.qml @@ -16,10 +16,6 @@ M.BarModule { property var _activeMenu: null - // --- debug logging (remove once tray is confirmed working) --- - onActiveChanged: console.log("[TrayModule] active:", active, "count:", _trayRepeater.count) - onVisibleChanged: console.log("[TrayModule] visible:", visible) - Repeater { id: _trayRepeater model: SystemTray.items