remove console.logs

This commit is contained in:
Michael Dausmann
2024-02-25 12:13:19 +11:00
parent 0abc4ec624
commit 460c859ab3

View File

@@ -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')