mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
DROID-1504 Relations | Fix | Remove redundant logging (#232)
This commit is contained in:
parent
4136f70008
commit
59f713c66e
1 changed files with 0 additions and 3 deletions
|
@ -52,8 +52,6 @@ abstract class BaseAddOptionsRelationViewModel(
|
|||
|
||||
val isMultiple = MutableStateFlow(true)
|
||||
|
||||
private val logger = Timber.tag("BaseAddOptionsRelation")
|
||||
|
||||
init {
|
||||
viewModelScope.launch {
|
||||
allRelationOptions.collect { all ->
|
||||
|
@ -64,7 +62,6 @@ abstract class BaseAddOptionsRelationViewModel(
|
|||
choosingRelationOptions.combine(query) { choosing, query ->
|
||||
filterRelationsBy(query, allRelationOptions.value.all, choosing)
|
||||
}.collect {
|
||||
logger.i("Update ui: $it")
|
||||
ui.value = it
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue