Skip to content

Commit 2cdfec9

Browse files
committed
remove unnecessary logging call
1 parent 885709b commit 2cdfec9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/wallets/wallet/wallet_mixin_interfaces/mweb_interface.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -369,8 +369,6 @@ mixin MwebInterface<T extends ElectrumXCurrencyInterface>
369369
.typeEqualTo(TransactionType.outgoing)
370370
.findAll();
371371

372-
Logging.instance.f(pending);
373-
374372
final client = await _client;
375373
for (final tx in pending) {
376374
for (final input in tx.inputs) {

0 commit comments

Comments
 (0)