mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 11:59:30 +00:00
stop logging annoying monero sync non error
This commit is contained in:
parent
7105deeb24
commit
676b26ce37
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ class MoneroWallet extends CoinServiceAPI {
|
|||
try {
|
||||
syncingHeight = (walletBase!.syncStatus as SyncingSyncStatus).height;
|
||||
} catch (e, s) {
|
||||
Logging.instance.log("$e $s", level: LogLevel.Warning);
|
||||
// Logging.instance.log("$e $s", level: LogLevel.Warning);
|
||||
}
|
||||
final cachedHeight =
|
||||
DB.instance.get<dynamic>(boxName: walletId, key: "storedSyncingHeight")
|
||||
|
|
Loading…
Reference in a new issue