From 63c0a0ebec9040e8071aca5fc5a03b69b2687841 Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Sat, 25 Jul 2026 00:11:04 +0200 Subject: [PATCH] wip remove wrong console.count --- src/frontend/src/stores/chat.ts | 1 - 1 file changed, 1 deletion(-) 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: [],