diff --git a/src/classes/EventBus/EventEmitter.ts b/src/classes/EventBus/EventEmitter.ts index 4d6b007..a2f916e 100644 --- a/src/classes/EventBus/EventEmitter.ts +++ b/src/classes/EventBus/EventEmitter.ts @@ -99,13 +99,13 @@ export default class EventEmitter< return false } - console.debug( - `[eventbus][${this.id}] emitted event (${event.toString()})`, - { - args: args, - listeners, - }, - ) + // console.debug( + // `[eventbus][${this.id}] emitted event (${event.toString()})`, + // { + // args: args, + // listeners, + // }, + // ) if (isSingleListener(listeners)) { const { fn, context, once } = listeners