You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-08 21:42:24 +03:00
Reduce log spam: Revert a16aeeef2a
As per #riot-dev, this is no longer required.
This commit is contained in:
@@ -28,7 +28,6 @@ class MatrixDispatcher extends flux.Dispatcher {
|
||||
* for.
|
||||
*/
|
||||
dispatch(payload, sync) {
|
||||
console.log("Dispatch: "+payload.action);
|
||||
if (sync) {
|
||||
super.dispatch(payload);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user