mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 03:49:22 +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
|
||||
.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));
|
||||
|
|
Loading…
Reference in a new issue