mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 17:56:01 +03:00
Revert "comment out spammy CTD logging"
This reverts commit 19482d751d
.
This commit is contained in:
parent
ff9c40472a
commit
1aabaec158
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ class ConstantTimeDispatcher {
|
|||
|
||||
dispatch(type, arg, params) {
|
||||
if (!this.listeners[type] || !this.listeners[type][arg]) {
|
||||
//console.warn("No registered listeners for dispatch (type=" + type + ", arg=" + arg + ")");
|
||||
console.warn("No registered listeners for dispatch (type=" + type + ", arg=" + arg + ")");
|
||||
return;
|
||||
}
|
||||
this.listeners[type][arg].forEach(listener=>{
|
||||
|
|
Loading…
Reference in a new issue