🛠️ Remove debug println

Removed debug println.
This commit is contained in:
Acclorite 2024-08-26 00:13:31 +03:00
parent 4e849d94a7
commit 1430ca0319

View file

@ -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),