diff --git a/src/service-workers/firebase-messaging/firebase-messaging-sw.ts b/src/service-workers/firebase-messaging/firebase-messaging-sw.ts index 874667f0ff..e7c59aa109 100644 --- a/src/service-workers/firebase-messaging/firebase-messaging-sw.ts +++ b/src/service-workers/firebase-messaging/firebase-messaging-sw.ts @@ -45,7 +45,6 @@ export function firebaseMessagingSw() { const messaging = getMessaging(app) onBackgroundMessage(messaging, async (payload) => { - console.log('onBackgroundMessage', payload) const shouldShow = await shouldShowServiceWorkerPushNotification(payload) if (!shouldShow) {