fix(ui): remove log
This commit is contained in:
parent
de5a87b459
commit
33c6241e59
1 changed files with 1 additions and 0 deletions
|
|
@ -57,6 +57,7 @@ const reducer = (state = initialState, action = {}) => {
|
|||
return state.set('passwordErrors', List(action.errors))
|
||||
case DELETE:
|
||||
deleteCookie('jwt', '/', '.openreplay.com')
|
||||
console.log('called')
|
||||
return initialState;
|
||||
case PUT_CLIENT.REQUEST:
|
||||
return state.mergeIn([ 'account' ], action.params);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue