diff --git a/src/ts/stores.ts b/src/ts/stores.ts index 81ee6e31..d4ce2c5c 100644 --- a/src/ts/stores.ts +++ b/src/ts/stores.ts @@ -151,7 +151,6 @@ CurrentChat.subscribe((chat) => { if(!isEqual(variablePointer, currentState)){ CurrentVariablePointer.set(currentState) - console.log(currentState) } })