mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-11 05:04:35 +00:00
useless print
This commit is contained in:
parent
c1e860ff52
commit
ea212b3dd8
1 changed files with 2 additions and 2 deletions
|
@ -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));
|
||||||
|
|
Loading…
Reference in a new issue