Remove console.log statement in stores.ts
This commit is contained in:
@@ -151,7 +151,6 @@ CurrentChat.subscribe((chat) => {
|
|||||||
|
|
||||||
if(!isEqual(variablePointer, currentState)){
|
if(!isEqual(variablePointer, currentState)){
|
||||||
CurrentVariablePointer.set(currentState)
|
CurrentVariablePointer.set(currentState)
|
||||||
console.log(currentState)
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user