From 8d1c01bc61b1fd0e23b7c4dbec986a4615d0f38f Mon Sep 17 00:00:00 2001 From: slowbackspace Date: Mon, 29 Apr 2019 12:57:25 +0200 Subject: [PATCH] delete console.log --- src/actions/ethereum/SendFormActions.js | 3 +-- src/actions/ethereum/SendFormValidationActions.js | 4 ---- src/actions/ripple/SendFormActions.js | 1 - src/views/Wallet/views/Account/Send/ethereum/index.js | 1 - 4 files changed, 1 insertion(+), 8 deletions(-) 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)}