mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-18 16:55:58 +00:00
[skip ci] minor cleanup
This commit is contained in:
parent
48061ea3a1
commit
dcac601b8f
1 changed files with 0 additions and 6 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue