[skip ci] minor cleanup

This commit is contained in:
fossephate 2024-09-25 10:42:42 -07:00
parent 48061ea3a1
commit dcac601b8f

View file

@ -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: