From f54a2a98adf436ee6ee7a8e38333943b09c824c1 Mon Sep 17 00:00:00 2001 From: kwaroran Date: Thu, 11 Apr 2024 05:21:59 +0900 Subject: [PATCH] Remove console.log statement in stores.ts --- src/ts/stores.ts | 1 - 1 file changed, 1 deletion(-) 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) } })