chore(event-manger): uncommented debuglog
This commit is contained in:
parent
6320cd927a
commit
e5290f0e57
@ -62,11 +62,11 @@ export class EventManager {
|
||||
}
|
||||
|
||||
|
||||
//Todo: Uncomment debug log!
|
||||
//_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