From 89c9e897f05fd08665704fedd8cef9008b43d3a2 Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Sat, 1 Mar 2025 14:21:40 +0200 Subject: [PATCH] Remove redundant log --- app/features/notifications/core/notify.server.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/app/features/notifications/core/notify.server.ts b/app/features/notifications/core/notify.server.ts index d92fc5098..6088e2c62 100644 --- a/app/features/notifications/core/notify.server.ts +++ b/app/features/notifications/core/notify.server.ts @@ -103,7 +103,6 @@ async function sendPushNotification({ t: TFunction<["common"], undefined>; }) { try { - logger.info("Sending...", subscription); await webPush.sendNotification( subscription, JSON.stringify(pushNotificationOptions(notification, t)),