🔥(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
committed by aleb_the_flash
parent 7f386b2e2f
commit 3b7bfd999c
-1
View File
@@ -64,7 +64,6 @@ export const clearTextAreaValue = () => {
}
export function resetChatStore() {
console.count('resetChatStore')
Object.assign(chatStore, {
...initialState,
rows: [],