Skip to content

Commit

Permalink
Remove console.log in send duck
Browse files Browse the repository at this point in the history
  • Loading branch information
danjm committed Jul 29, 2021
1 parent 27b2e9b commit fd1ffe2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ui/ducks/send/send.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { createAsyncThunk, createSlice, current } from '@reduxjs/toolkit';
import { createAsyncThunk, createSlice } from '@reduxjs/toolkit';
import abi from 'human-standard-token-abi';
import contractMap from '@metamask/contract-metadata';
import BigNumber from 'bignumber.js';
Expand Down Expand Up @@ -934,7 +934,6 @@ const slice = createSlice({
TRANSACTION_ENVELOPE_TYPES.LEGACY;
}
}
console.log(current(state));
},
useDefaultGas: (state) => {
// Show the default gas price/limit fields in the send page
Expand Down

0 comments on commit fd1ffe2

Please sign in to comment.