Remove console log

This commit is contained in:
Luke Barnard 2017-05-24 18:02:17 +01:00
parent c96d93b0d0
commit dcf2fb68ae

View file

@ -54,7 +54,6 @@ class LifecycleStore extends Store {
if (payload.state !== 'PREPARED') {
break;
}
console.warn(this._state);
if (!this._state.deferred_action) break;
const deferredAction = Object.assign({}, this._state.deferred_action);
this._setState({