diff --git a/src/frontend/src/stores/chat.ts b/src/frontend/src/stores/chat.ts index a48fb024..b4fa5d85 100644 --- a/src/frontend/src/stores/chat.ts +++ b/src/frontend/src/stores/chat.ts @@ -64,7 +64,6 @@ export const clearTextAreaValue = () => { } export function resetChatStore() { - console.count('resetChatStore') Object.assign(chatStore, { ...initialState, rows: [],