stop logging annoying monero sync non error

This commit is contained in:
julian 2022-11-11 09:30:13 -06:00
parent 7105deeb24
commit 676b26ce37

View file

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