mirror of
https://github.com/suitenumerique/meet.git
synced 2026-07-29 05:09:16 +00:00
🔥(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:
@@ -64,7 +64,6 @@ export const clearTextAreaValue = () => {
|
||||
}
|
||||
|
||||
export function resetChatStore() {
|
||||
console.count('resetChatStore')
|
||||
Object.assign(chatStore, {
|
||||
...initialState,
|
||||
rows: [],
|
||||
|
||||
Reference in New Issue
Block a user