From dcac601b8f46e907bed84062f43350e9a3bb7b05 Mon Sep 17 00:00:00 2001 From: fossephate Date: Wed, 25 Sep 2024 10:42:42 -0700 Subject: [PATCH] [skip ci] minor cleanup --- cw_bitcoin/lib/electrum_wallet.dart | 6 ------ 1 file changed, 6 deletions(-) diff --git a/cw_bitcoin/lib/electrum_wallet.dart b/cw_bitcoin/lib/electrum_wallet.dart index 3b07fd225..d51662424 100644 --- a/cw_bitcoin/lib/electrum_wallet.dart +++ b/cw_bitcoin/lib/electrum_wallet.dart @@ -112,12 +112,6 @@ abstract class ElectrumWalletBase "To create a Wallet you need either a seed or an xpub. This should not happen"); } - print("currency: $currency"); - print("network: $network"); - print("seedBytes: $seedBytes"); - print("xpub: $xpub"); - print("derivationInfo: $derivationInfo"); - if (seedBytes != null) { switch (currency) { case CryptoCurrency.btc: