From 401a3c47d93dcfd066b79bbfdcd5b9ebbf9c0eab Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Fri, 26 Sep 2025 16:09:33 -0400 Subject: [PATCH] Removes unnecessary log of object --- .../vitorpamplona/amethyst/ui/screen/loggedIn/LoggedInPage.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/screen/loggedIn/LoggedInPage.kt b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/screen/loggedIn/LoggedInPage.kt index 23a3da0e8..9f255ef01 100644 --- a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/screen/loggedIn/LoggedInPage.kt +++ b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/screen/loggedIn/LoggedInPage.kt @@ -121,7 +121,7 @@ fun NotificationRegistration(accountViewModel: AccountViewModel) { if (notificationPermissionState.status.isGranted) { LifecycleResumeEffect(key1 = accountViewModel, notificationPermissionState.status.isGranted) { - Log.d("RegisterAccounts", "Registering for push notifications $notificationPermissionState") + Log.d("RegisterAccounts", "Registering for push notifications") scope.launch { PushNotificationUtils.checkAndInit( LocalPreferences.allSavedAccounts(),