chore(event-manager): uncommented log

This commit is contained in:
Johannes Eder 2021-08-12 22:03:58 +02:00 committed by Sarah Vaupel
parent b3b0d65850
commit acdeea0b3d

View File

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