Reduce log spam: Revert a16aeeef2a
As per #riot-dev, this is no longer required.
This commit is contained in:
parent
91a052f817
commit
97387db014
2 changed files with 2 additions and 5 deletions
|
@ -28,7 +28,6 @@ class MatrixDispatcher extends flux.Dispatcher {
|
|||
* for.
|
||||
*/
|
||||
dispatch(payload, sync) {
|
||||
console.log("Dispatch: "+payload.action);
|
||||
if (sync) {
|
||||
super.dispatch(payload);
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue