Removes log line.

This commit is contained in:
Vitor Pamplona 2023-10-28 10:51:07 -04:00
parent 64c9505620
commit 9664e2f042

View File

@ -458,7 +458,6 @@ private fun WritePermissionButtons(
nav: (String) -> Unit,
navScrollToTop: (Route, Boolean) -> Unit
) {
println("AAAA - WritePermissionButtons")
val currentRoute by remember(navEntryState.value) {
derivedStateOf {
navEntryState.value?.destination?.route?.substringBefore("?")