🔥(frontend) remove leftover console.count call

Drop a stray console.count call that was accidentally committed in a
previous PR and had been left in the codebase.
This commit is contained in:
lebaudantoine
2026-07-25 00:11:04 +02:00
parent ac13535cd6
commit 12a9f0e5cd
-1
View File
@@ -64,7 +64,6 @@ export const clearTextAreaValue = () => {
}
export function resetChatStore() {
console.count('resetChatStore')
Object.assign(chatStore, {
...initialState,
rows: [],