From 7da3b7047c54f58ff59ffcbc1f6882c99e9d1a76 Mon Sep 17 00:00:00 2001 From: Laan Tungir Date: Wed, 1 Jul 2026 17:30:39 -0400 Subject: [PATCH] Remove debug logging from notifications menu --- www/js/version.json | 6 +++--- www/notifications.html | 6 ------ 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/www/js/version.json b/www/js/version.json index 76b9d64..93ee7d9 100644 --- a/www/js/version.json +++ b/www/js/version.json @@ -1,5 +1,5 @@ { - "VERSION": "v0.7.90", - "VERSION_NUMBER": "0.7.90", - "BUILD_DATE": "2026-07-01T20:54:24.423Z" + "VERSION": "v0.7.91", + "VERSION_NUMBER": "0.7.91", + "BUILD_DATE": "2026-07-01T21:30:39.527Z" } diff --git a/www/notifications.html b/www/notifications.html index 0b9ef2f..90fd3b4 100644 --- a/www/notifications.html +++ b/www/notifications.html @@ -1108,12 +1108,6 @@ import { createProfileCache } from './js/profile-cache.mjs'; // post-interactions module via a detached interaction bar (kept out of // the DOM so it never shows up in the row). Menu items trigger clicks // on the corresponding buttons in that detached bar. - console.log('[notifications] buildNotificationRow menu check', { - notifId: item.id, - kind: item.kind, - targetEventId: item.targetEventId, - hasInteractions: !!interactions - }); if (item.targetEventId && interactions) { const targetPubkey = item.targetPubkey || currentPubkey; const targetEventData = { id: item.targetEventId, pubkey: targetPubkey };