Remove console log

pull/21833/head
Luke Barnard 2017-05-24 18:02:17 +01:00
parent c96d93b0d0
commit dcf2fb68ae
1 changed files with 0 additions and 1 deletions

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({