From 12a9f0e5cd7a7a40594675a195ccfa09280c5ea9 Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Sat, 25 Jul 2026 00:11:04 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5(frontend)=20remove=20leftover=20co?= =?UTF-8?q?nsole.count=20call?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Drop a stray console.count call that was accidentally committed in a previous PR and had been left in the codebase. --- 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: [],