mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-11 05:04:35 +00:00
clean up debug prints
This commit is contained in:
parent
46285d44ea
commit
6c1d74ed81
1 changed files with 0 additions and 7 deletions
|
@ -1017,13 +1017,6 @@ mixin ElectrumXInterface<T extends Bip39HDCurrency> on Bip39HDWallet<T> {
|
||||||
|
|
||||||
// check and add appropriate addresses
|
// check and add appropriate addresses
|
||||||
for (int k = 0; k < txCountBatchSize; k++) {
|
for (int k = 0; k < txCountBatchSize; k++) {
|
||||||
if (counts["${_id}_$k"] == null) {
|
|
||||||
print("121212");
|
|
||||||
print("${_id}_$k");
|
|
||||||
print("123123123");
|
|
||||||
print(counts);
|
|
||||||
}
|
|
||||||
|
|
||||||
int count = (counts["${_id}_$k"] == null) ? 0 : counts["${_id}_$k"]!;
|
int count = (counts["${_id}_$k"] == null) ? 0 : counts["${_id}_$k"]!;
|
||||||
|
|
||||||
if (count > 0) {
|
if (count > 0) {
|
||||||
|
|
Loading…
Reference in a new issue