Remove some console logs
Test / test (push) Failing after 1m49s
Details
Test / test (push) Failing after 1m49s
Details
This commit is contained in:
parent
c0821776c1
commit
a475f7f4bf
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Reference in New Issue