diff --git a/src/actions/ethereum/SendFormActions.js b/src/actions/ethereum/SendFormActions.js index efc57868..c1983404 100644 --- a/src/actions/ethereum/SendFormActions.js +++ b/src/actions/ethereum/SendFormActions.js @@ -427,8 +427,7 @@ export const onFeeLevelChange = (feeLevel: FeeLevel): ThunkAction => ( } newGasPrice = feeLevel.gasPrice; } - console.log('selected'); - console.log(feeLevel); + dispatch({ type: SEND.CHANGE, networkType: 'ethereum', diff --git a/src/actions/ethereum/SendFormValidationActions.js b/src/actions/ethereum/SendFormValidationActions.js index fe01a718..34f823f3 100644 --- a/src/actions/ethereum/SendFormValidationActions.js +++ b/src/actions/ethereum/SendFormValidationActions.js @@ -492,10 +492,6 @@ export const getFeeLevels = ( label: '', }; - console.log(l10nCommonMessages.TR_LOW_FEE); - console.log(l10nCommonMessages.TR_NORMAL_FEE); - console.log(l10nCommonMessages.TR_HIGH_FEE); - console.log(l10nCommonMessages.TR_CUSTOM_FEE); return [ { value: 'High', diff --git a/src/actions/ripple/SendFormActions.js b/src/actions/ripple/SendFormActions.js index b32f1cae..41c34fdc 100644 --- a/src/actions/ripple/SendFormActions.js +++ b/src/actions/ripple/SendFormActions.js @@ -110,7 +110,6 @@ export const init = (): AsyncAction => async ( const blockchainFeeLevels = dispatch(BlockchainActions.getFeeLevels(network)); const feeLevels = dispatch(ValidationActions.getFeeLevels(blockchainFeeLevels)); - console.log(feeLevels); const selectedFeeLevel = ValidationActions.getSelectedFeeLevel( feeLevels, initialState.selectedFeeLevel diff --git a/src/views/Wallet/views/Account/Send/ethereum/index.js b/src/views/Wallet/views/Account/Send/ethereum/index.js index 1435a313..dbb3c8ff 100644 --- a/src/views/Wallet/views/Account/Send/ethereum/index.js +++ b/src/views/Wallet/views/Account/Send/ethereum/index.js @@ -480,7 +480,6 @@ const AccountSend = (props: Props) => { options={feeLevels} formatOptionLabel={option => ( - {console.log(option)}