diff --git a/app/src/main/java/ua/acclorite/book_story/presentation/screens/settings/nested/general/components/settings/CheckForUpdatesSetting.kt b/app/src/main/java/ua/acclorite/book_story/presentation/screens/settings/nested/general/components/settings/CheckForUpdatesSetting.kt index 19da835f..80b2ae26 100644 --- a/app/src/main/java/ua/acclorite/book_story/presentation/screens/settings/nested/general/components/settings/CheckForUpdatesSetting.kt +++ b/app/src/main/java/ua/acclorite/book_story/presentation/screens/settings/nested/general/components/settings/CheckForUpdatesSetting.kt @@ -41,7 +41,6 @@ fun LazyItemScope.CheckForUpdatesSetting( val showConfirmation = remember { mutableStateOf(false) } if (showConfirmation.value) { - println(showConfirmation.value) CustomDialogWithContent( title = stringResource(id = R.string.enable_check_for_updates), description = stringResource(id = R.string.enable_check_for_updates_description),