You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-11 20:22:36 +03:00
Remove console log
This commit is contained in:
@@ -54,7 +54,6 @@ class LifecycleStore extends Store {
|
|||||||
if (payload.state !== 'PREPARED') {
|
if (payload.state !== 'PREPARED') {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
console.warn(this._state);
|
|
||||||
if (!this._state.deferred_action) break;
|
if (!this._state.deferred_action) break;
|
||||||
const deferredAction = Object.assign({}, this._state.deferred_action);
|
const deferredAction = Object.assign({}, this._state.deferred_action);
|
||||||
this._setState({
|
this._setState({
|
||||||
|
|||||||
Reference in New Issue
Block a user