Skip to content

Commit

Permalink
fix: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
schmanu committed Nov 7, 2023
1 parent 7648cfd commit 4b66c37
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 4b66c37

Please sign in to comment.