From a475f7f4bf1cd691a95f11fe1a36b4b1ed19ab1c Mon Sep 17 00:00:00 2001 From: Jeff Date: Sat, 19 Oct 2024 12:11:54 -0400 Subject: [PATCH] Remove some console logs --- app/install/EnableNotifications.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/install/EnableNotifications.tsx b/app/install/EnableNotifications.tsx index 2841b1e..8d557cd 100644 --- a/app/install/EnableNotifications.tsx +++ b/app/install/EnableNotifications.tsx @@ -34,9 +34,7 @@ function EnableButton({ onSubscribe }: { onSubscribe: () => void }) { subscribeToPush( urlB64ToUint8Array(pushPublicKey) as any, async (subscription) => { - console.log("I love subscribing") await navigator.serviceWorker.ready.then((registration) => { - console.log("Trying to subscrbie to stuff") registration.active?.postMessage({ type: "subscribed", subscription: subscription.toJSON(),