mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-25 08:21:41 +02:00
Revert "comment out spammy CTD logging"
This reverts commit 19482d751d82c162321d99c5bf95ac8fe950768b.
This commit is contained in:
parent
ff9c40472a
commit
1aabaec158
@ -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…
x
Reference in New Issue
Block a user