diff --git a/packages/system/src/note-collection.ts b/packages/system/src/note-collection.ts index f27d0930..706f79f9 100644 --- a/packages/system/src/note-collection.ts +++ b/packages/system/src/note-collection.ts @@ -152,9 +152,6 @@ export class FlatNoteStore extends HookedNoteStore b.id === a.id); if (existing) { - if(!Boolean(Object.getOwnPropertyDescriptor(existing, "relays")?.writable)) { - debugger; - } existing.relays = appendDedupe(existing.relays, a.relays); } }