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
|
return false
|
||||||
}
|
}
|
||||||
|
|
||||||
console.debug(
|
// console.debug(
|
||||||
`[eventbus][${this.id}] emitted event (${event.toString()})`,
|
// `[eventbus][${this.id}] emitted event (${event.toString()})`,
|
||||||
{
|
// {
|
||||||
args: args,
|
// args: args,
|
||||||
listeners,
|
// listeners,
|
||||||
},
|
// },
|
||||||
)
|
// )
|
||||||
|
|
||||||
if (isSingleListener(listeners)) {
|
if (isSingleListener(listeners)) {
|
||||||
const { fn, context, once } = listeners
|
const { fn, context, once } = listeners
|
||||||
|
Loading…
x
Reference in New Issue
Block a user