Skip to content

Commit

Permalink
chore: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
arsenijesavic committed Oct 24, 2024
1 parent 1ad5081 commit 0cda9b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/store/accounts/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ export const autoLogin = async function ({ dispatch }) {
return !dispatch('loginWallet', { idx })
}
} catch (err) {
console.log('autologin error - logging out.')
localStorage.clear()
}
return false
Expand Down

0 comments on commit 0cda9b4

Please sign in to comment.