mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-02-02 19:26:37 +00:00
clean up print
This commit is contained in:
parent
4ab090cb92
commit
61a1ad551f
1 changed files with 0 additions and 6 deletions
|
@ -1100,12 +1100,6 @@ class BitcoinCashWallet extends CoinServiceAPI with WalletCache, WalletDB {
|
|||
Logging.instance.log("Opening existing ${coin.prettyName} wallet.",
|
||||
level: LogLevel.Info);
|
||||
|
||||
print("=============================================================");
|
||||
for (final k in DB.instance.keys<dynamic>(boxName: walletId)) {
|
||||
print("$k");
|
||||
}
|
||||
print("=============================================================");
|
||||
|
||||
if ((DB.instance.get<dynamic>(boxName: walletId, key: DBKeys.id)) == null) {
|
||||
throw Exception(
|
||||
"Attempted to initialize an existing wallet using an unknown wallet ID!");
|
||||
|
|
Loading…
Reference in a new issue