Remove console spamming

This commit is contained in:
2024-08-15 22:44:18 -04:00
parent b8c3ec9391
commit 684f716494

View File

@@ -112,7 +112,6 @@ let checkout;
onMounted(async () => {
stripe = await loadStripe(import.meta.env.VITE_STRIPE_API_KEY);
console.log(creatorId)
});
const fetchClientSecret = async () => {