Skip to content

Commit

Permalink
removed wild console log
Browse files Browse the repository at this point in the history
  • Loading branch information
creed-victor committed Nov 14, 2020
1 parent bbb12ca commit 426aac4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/containers/WalletProvider/slice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ const walletProviderSlice = createSlice({
},

accountChanged(state, action: PayloadAction<string>) {
console.log('account changed', action.payload);
state.address = action.payload || '';
},

Expand Down

0 comments on commit 426aac4

Please sign in to comment.