mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-15 20:54:59 +08:00
comment out spammy CTD logging
This commit is contained in:
parent
b91f53652d
commit
19482d751d
@ -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 New Issue
Block a user