Remove redundant log
Some checks failed
Tests and checks on push / run-checks-and-tests (push) Has been cancelled
Updates translation progress / update-translation-progress-issue (push) Has been cancelled

This commit is contained in:
Kalle
2025-03-01 14:21:40 +02:00
parent 4ff0586ff8
commit 89c9e897f0

View File

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