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 Logging.instance
.log("chain height: $currentHeight", level: LogLevel.Info); .log("chain height: $currentHeight", level: LogLevel.Info);
Logging.instance // Logging.instance
.log("cached height: $storedHeight", level: LogLevel.Info); // .log("cached height: $storedHeight", level: LogLevel.Info);
if (currentHeight != storedHeight) { if (currentHeight != storedHeight) {
GlobalEventBus.instance.fire(RefreshPercentChangedEvent(0.2, walletId)); GlobalEventBus.instance.fire(RefreshPercentChangedEvent(0.2, walletId));