notifications: dont print on discard

This commit is contained in:
end-4
2026-03-07 21:47:12 +01:00
parent 9ffe4dfb11
commit 635d49cad0
@@ -190,7 +190,7 @@ Singleton {
}
function discardNotification(id) {
console.log("[Notifications] Discarding notification with ID: " + id);
// console.log("[Notifications] Discarding notification with ID: " + id);
const index = root.list.findIndex((notif) => notif.notificationId === id);
const notifServerIndex = notifServer.trackedNotifications.values.findIndex((notif) => notif.id + root.idOffset === id);
if (index !== -1) {