Remove debug logging from notifications menu

This commit is contained in:
Laan Tungir
2026-07-01 17:30:39 -04:00
parent 360a4d83db
commit 7da3b7047c
2 changed files with 3 additions and 9 deletions

View File

@@ -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"
}

View File

@@ -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 };