change(ui): removed logs
This commit is contained in:
parent
f94740c59f
commit
994c1db1f7
1 changed files with 0 additions and 1 deletions
|
|
@ -87,7 +87,6 @@ const reducer = (state = initialState, action = {}) => {
|
|||
deleteCookie('jwt', '/', 'openreplay.com')
|
||||
return initialState;
|
||||
case PUT_CLIENT.REQUEST:
|
||||
console.log('put client request', action);
|
||||
return state.mergeIn([ 'account' ], action.params);
|
||||
case FETCH_CLIENT.SUCCESS:
|
||||
return setClient(state, action.data);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue