From ea212b3dd869c75eb54faf32c56b000c7c0ddaef Mon Sep 17 00:00:00 2001 From: julian Date: Fri, 13 Jan 2023 17:00:05 -0600 Subject: [PATCH] useless print --- lib/services/coins/bitcoin/bitcoin_wallet.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/services/coins/bitcoin/bitcoin_wallet.dart b/lib/services/coins/bitcoin/bitcoin_wallet.dart index 0c7d421e0..a2aacbc25 100644 --- a/lib/services/coins/bitcoin/bitcoin_wallet.dart +++ b/lib/services/coins/bitcoin/bitcoin_wallet.dart @@ -892,8 +892,8 @@ class BitcoinWallet extends CoinServiceAPI with WalletCache, WalletDB { Logging.instance .log("chain height: $currentHeight", level: LogLevel.Info); - Logging.instance - .log("cached height: $storedHeight", level: LogLevel.Info); + // Logging.instance + // .log("cached height: $storedHeight", level: LogLevel.Info); if (currentHeight != storedHeight) { GlobalEventBus.instance.fire(RefreshPercentChangedEvent(0.2, walletId));