mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-28 06:08:13 -05:00
Remove redundant log
This commit is contained in:
@@ -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)),
|
||||
|
||||
Reference in New Issue
Block a user