useless print

This commit is contained in:
julian 2023-01-13 17:00:05 -06:00
parent c1e860ff52
commit ea212b3dd8

View file

@ -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));