Skip to content

Commit

Permalink
Remove log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedre committed Jan 26, 2025
1 parent addd70c commit b8dfb76
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ import kotlinx.coroutines.flow.launchIn
import kotlinx.coroutines.flow.map
import kotlinx.coroutines.flow.onEach
import kotlinx.coroutines.withContext
import timber.log.Timber

open class BaseTranslationPresenter<T : Any> internal constructor(
private val translationModel: TranslationModel,
Expand All @@ -40,7 +39,6 @@ open class BaseTranslationPresenter<T : Any> internal constructor(
init {
translationListPresenter.translations()
.onEach { translations ->
Timber.w("BaseTranslationListPresenter emit with ${translations.size}")
updateTranslationsMap(translations)
onAvailableTranslationsChanged(translations)
}
Expand Down

0 comments on commit b8dfb76

Please sign in to comment.