Remove console.log statement in stores.ts

This commit is contained in:
kwaroran
2024-04-11 05:21:59 +09:00
parent 3726c96a29
commit f54a2a98ad

View File

@@ -151,7 +151,6 @@ CurrentChat.subscribe((chat) => {
if(!isEqual(variablePointer, currentState)){
CurrentVariablePointer.set(currentState)
console.log(currentState)
}
})