mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-27 10:48:22 +00:00
delete console.log
This commit is contained in:
parent
0c4d9d7311
commit
8d1c01bc61
@ -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',
|
||||
|
@ -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',
|
||||
|
@ -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
|
||||
|
@ -480,7 +480,6 @@ const AccountSend = (props: Props) => {
|
||||
options={feeLevels}
|
||||
formatOptionLabel={option => (
|
||||
<FeeOptionWrapper>
|
||||
{console.log(option)}
|
||||
<OptionValue>
|
||||
<FormattedMessage {...option.localizedValue} />
|
||||
</OptionValue>
|
||||
|
Loading…
Reference in New Issue
Block a user