mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-31 06:09:09 +01:00
Remove console.log
This commit is contained in:
parent
c20974d182
commit
1adf3956ba
1 changed files with 0 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue