mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-22 11:39:22 +00:00
remove print statements
This commit is contained in:
parent
9a45915b0c
commit
7cb882c1f5
1 changed files with 0 additions and 2 deletions
|
@ -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) <
|
||||
|
|
Loading…
Reference in a new issue