diff --git a/public/service_worker.js b/public/service_worker.js index f42dd8ef..1f13f0f8 100644 --- a/public/service_worker.js +++ b/public/service_worker.js @@ -1,7 +1,6 @@ self.addEventListener('push', function (event) { if (event.data) { const notification = event.data.json(); - console.log(event.data); event.waitUntil(self.registration.showNotification(notification.title, { body: notification.body,