comment out spammy CTD logging
This commit is contained in:
parent
b91f53652d
commit
19482d751d
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ class ConstantTimeDispatcher {
|
||||||
|
|
||||||
dispatch(type, arg, params) {
|
dispatch(type, arg, params) {
|
||||||
if (!this.listeners[type] || !this.listeners[type][arg]) {
|
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;
|
return;
|
||||||
}
|
}
|
||||||
this.listeners[type][arg].forEach(listener=>{
|
this.listeners[type][arg].forEach(listener=>{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue