From 460c859ab3012fa0a3bf267a6cb6e4cf03c17784 Mon Sep 17 00:00:00 2001 From: Michael Dausmann Date: Sun, 25 Feb 2024 12:13:19 +1100 Subject: [PATCH] remove console.logs --- server/routes/webhook.post.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/server/routes/webhook.post.ts b/server/routes/webhook.post.ts index 615ee63..2d4b978 100644 --- a/server/routes/webhook.post.ts +++ b/server/routes/webhook.post.ts @@ -36,12 +36,6 @@ export default defineEventHandler(async event => { }); } - if(stripeEvent.type){ - console.log(`stripeEvent.type=${stripeEvent.type}`) - } else { - console.log(`wtf no stripe event type ${stripeEvent}`); - } - if ( stripeEvent.type && stripeEvent.type.startsWith('customer.subscription')