Skip to content

Commit

Permalink
refactor: remove debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
donnyquixotic committed Aug 3, 2022
1 parent 38a5fd5 commit 91f4a53
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/store/account/mutations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ export const mutations: MutationTree<AccountStateInterface> = {
state.loading = wallet;
},
setUser(state: AccountStateInterface, user: User) {
debugger;
state.user = user;
},
setAccountName(state: AccountStateInterface, accountName: string) {
Expand Down

0 comments on commit 91f4a53

Please sign in to comment.