remove print statements

This commit is contained in:
Czarek Nakamoto 2024-12-16 07:57:07 -05:00
parent 9a45915b0c
commit 7cb882c1f5

View file

@ -266,8 +266,6 @@ abstract class MoneroWalletBase extends WalletBase<MoneroBalance,
}
bool needExportOutputs(int? amount) {
print("monero.Wallet_hasUnknownKeyImages(wptr!): ${monero.Wallet_hasUnknownKeyImages(wptr!)}");
print("monero.Wallet_viewOnlyBalance(wptr!, accountIndex: walletAddresses.account!.id): ${monero.Wallet_viewOnlyBalance(wptr!, accountIndex: walletAddresses.account!.id)}");
return monero.Wallet_hasUnknownKeyImages(wptr!) ||
(monero.Wallet_viewOnlyBalance(wptr!,
accountIndex: walletAddresses.account!.id) <