Remove really verbose log

This commit is contained in:
SrGooglo 2025-05-21 19:09:54 +00:00
parent 8052a77993
commit cb15d4b2cb

View File

@ -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