diff --git a/src/Logic/UIEventSource.ts b/src/Logic/UIEventSource.ts index 6e481629f..15a27da2c 100644 --- a/src/Logic/UIEventSource.ts +++ b/src/Logic/UIEventSource.ts @@ -790,10 +790,7 @@ export class UIEventSource extends Store implements Writable { } }, [], - (b) => { - console.log("Stringifying", b) - return JSON.stringify(b) ?? "" - } + (b) => JSON.stringify(b) ?? "" ) }