From 55d8b96bc8f6745cb43b78d362730941d6e74c09 Mon Sep 17 00:00:00 2001 From: fossephate <matt.cfosse@gmail.com> Date: Tue, 24 Sep 2024 16:19:45 -0700 Subject: [PATCH] [skip ci] minor --- cw_bitcoin/lib/litecoin_wallet.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/cw_bitcoin/lib/litecoin_wallet.dart b/cw_bitcoin/lib/litecoin_wallet.dart index 6ef8dc7c8..c65b5cf68 100644 --- a/cw_bitcoin/lib/litecoin_wallet.dart +++ b/cw_bitcoin/lib/litecoin_wallet.dart @@ -291,7 +291,6 @@ abstract class LitecoinWalletBase extends ElectrumWallet with Store { final nodeHeight = await electrumClient.getCurrentBlockChainTip() ?? 0; // current block height of our node final resp = await CwMweb.status(StatusRequest()); - print("MWEB: ${resp}"); if (resp.blockHeaderHeight < nodeHeight) { int h = resp.blockHeaderHeight;