Updated on 2026-08-14

This commit is contained in:
Tangem 2023-12-06 18:35:00 +03:00
parent e1aa83f8b7
commit fa1a34efa9
2 changed files with 14 additions and 3 deletions

View file

@ -399,7 +399,6 @@ internal class DefaultCurrenciesRepository(
assetsStore.store(userWalletId, response.getOrThrow())
}
} catch (e: Throwable) {
Timber.e(e, "Unable to fetch assets for: ${userWalletId.stringValue}")
}