Skip to content

Commit

Permalink
chore(logs): remove extra logging
Browse files Browse the repository at this point in the history
  • Loading branch information
schnogz committed May 16, 2022
1 parent 119d2d3 commit b5b03eb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/blockchain-wallet-v4-frontend/src/data/auth/sagas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,6 @@ export default ({ api, coreSagas, networks }) => {
finalizeLoginMethod()
// @ts-ignore
} catch (e: { code?: number }) {
// eslint-disable-next-line
console.error('ERROR', e)
yield put(actions.auth.exchangeLoginFailure(e?.code))
yield put(stopSubmit(LOGIN_FORM))
// determine action for error type
Expand Down

0 comments on commit b5b03eb

Please sign in to comment.