Skip to content
Snippets Groups Projects
Commit 19db4e14 authored by Aleksandras Kostarevas's avatar Aleksandras Kostarevas
Browse files

Disable debug logging of suggestions

parent 7296c16b
No related branches found
No related tags found
No related merge requests found
......@@ -409,7 +409,6 @@ fun RowScope.SuggestionItems(words: SuggestedWords, onClick: (i: Int) -> Unit, o
}
}
println(layout)
when {
layout.isGestureBatch ||
layout.presentableSuggestions.size <= 1 -> suggestionItem(layout.presentableSuggestions.firstOrNull())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment