remove debugger statment
This commit is contained in:
parent
fb29cfa952
commit
064cb36509
@ -152,9 +152,6 @@ export class FlatNoteStore extends HookedNoteStore<Readonly<Array<TaggedNostrEve
|
||||
} else {
|
||||
const existing = this.#events.find(b => b.id === a.id);
|
||||
if (existing) {
|
||||
if(!Boolean(Object.getOwnPropertyDescriptor(existing, "relays")?.writable)) {
|
||||
debugger;
|
||||
}
|
||||
existing.relays = appendDedupe(existing.relays, a.relays);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user