diff --git a/wallet/src/reducers/exitReducer.js b/wallet/src/reducers/exitReducer.js index b7107832accc..c6400996ce92 100644 --- a/wallet/src/reducers/exitReducer.js +++ b/wallet/src/reducers/exitReducer.js @@ -27,7 +27,6 @@ function exitReducer (state = initialState, action) { if (!action.payload) { return state; } - console.log({ ...state, ...action.payload }) return { ...state, ...action.payload }; case 'EXIT/CREATE/SUCCESS': return {