Removes unnecessary log of object

This commit is contained in:
Vitor Pamplona
2025-09-26 16:09:33 -04:00
parent ff0a4eb88f
commit 401a3c47d9

View File

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