mirror of
https://github.com/ragestudio/vessel.git
synced 2025-06-09 02:24:17 +00:00
Remove really verbose log
This commit is contained in:
parent
8052a77993
commit
cb15d4b2cb
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user