Updated on 2026-08-14

This commit is contained in:
Tangem 2025-10-28 15:57:21 +03:00
commit 31be70ecf3
529 changed files with 15730 additions and 4170 deletions

View file

@ -10,11 +10,6 @@ object LogConfig {
}
object NetworkLogConfig {
const val mercuryoService: Boolean = false
const val moonPayService: Boolean = false
const val utorgService: Boolean = false
val tangemTechService: Boolean = BuildConfig.LOG_ENABLED
val paymentologyApiService: Boolean = BuildConfig.LOG_ENABLED
val blockchainSdkNetwork: Boolean = BuildConfig.LOG_ENABLED
}