chore: remove unnecessary console.log
This commit is contained in:
parent
33dacbb0cd
commit
f899e9b1ca
|
@ -18,4 +18,5 @@ export type TKeyEmitterEvent = keyof TEmitterEvents;
|
|||
|
||||
export const emitter = mitt<TEmitterEvents>();
|
||||
|
||||
emitter.on('*', (type, e) => console.log(type, e));
|
||||
// uncomment the line below to log all events
|
||||
// emitter.on('*', (type, e) => console.log(type, e));
|
||||
|
|
Loading…
Reference in New Issue