mirror of
https://github.com/suitenumerique/meet.git
synced 2026-08-27 18:56:58 +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() {
|
export function resetChatStore() {
|
||||||
console.count('resetChatStore')
|
|
||||||
Object.assign(chatStore, {
|
Object.assign(chatStore, {
|
||||||
...initialState,
|
...initialState,
|
||||||
rows: [],
|
rows: [],
|
||||||
|
|||||||
Reference in New Issue
Block a user