chore(event-manager): uncommented log
This commit is contained in:
parent
b3b0d65850
commit
acdeea0b3d
@ -63,10 +63,10 @@ export class EventManager {
|
||||
|
||||
|
||||
|
||||
//_debugLog() {}
|
||||
_debugLog(fName, ...args) {
|
||||
console.log(`[DEBUGLOG] EventManager.${fName}`, { args: args, instance: this });
|
||||
}
|
||||
_debugLog() {}
|
||||
//_debugLog(fName, ...args) {
|
||||
// console.log(`[DEBUGLOG] EventManager.${fName}`, { args: args, instance: this });
|
||||
//}
|
||||
}
|
||||
|
||||
export class EventWrapper {
|
||||
|
||||
Reference in New Issue
Block a user