Remove debug

This commit is contained in:
msteiner96 2022-04-13 10:25:20 +02:00
parent a2c78e214b
commit 43c2da0f80

View File

@ -40,7 +40,6 @@ const TransactionForm = (props) => {
value: msgSend,
};
const fee = calculateFee(Number(txGas), gasPrice);
console.log(props.accountOnChain.accountNumber);
return {
accountNumber: props.accountOnChain.accountNumber,
sequence: props.accountOnChain.sequence,