From 1430ca0319ac62c58df10e77977c98857d84def2 Mon Sep 17 00:00:00 2001 From: Acclorite <140836141+Acclorite@users.noreply.github.com> Date: Mon, 26 Aug 2024 00:13:31 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A0=EF=B8=8F=20Remove=20debug=20printl?= =?UTF-8?q?n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Removed debug println. --- .../nested/general/components/settings/CheckForUpdatesSetting.kt | 1 - 1 file changed, 1 deletion(-) 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),