This commit is contained in:
zadam
2020-01-24 22:30:17 +01:00
parent 7d9b720ea8
commit 7a62d1636b
18 changed files with 44 additions and 71 deletions

View File

@@ -11,7 +11,7 @@ export default class Component {
async eventReceived(name, data, sync = false) {
await this.initialized;
// console.log(`Received ${name} to ${this.componentId}`);
console.log(`Received ${name} to ${this.componentId}`);
const fun = this[name + 'Listener'];