remove print statements [skip ci]

This commit is contained in:
OmarHatem 2024-10-25 18:14:33 +03:00
parent 9e7fa6109d
commit e025d79b9c

View file

@ -1000,10 +1000,6 @@ abstract class ElectrumWalletBase extends WalletBase<
bool hasSilentPayment = false;
for (final out in transactionCredentials.outputs) {
print("@@@@@@@@@");
print(out);
print(out.formattedCryptoAmount);
print(out.sendAll);
final outputAmount = out.formattedCryptoAmount!;
if (!sendAll && _isBelowDust(outputAmount)) {