From 064cb365094b871a4a08ab03d558bb9a562c14db Mon Sep 17 00:00:00 2001 From: Kieran Date: Wed, 23 Aug 2023 13:20:38 +0100 Subject: [PATCH] remove debugger statment --- packages/system/src/note-collection.ts | 3 --- 1 file changed, 3 deletions(-) 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); } }