chore(#59): Remove debugging log

This commit is contained in:
Josh Creek
2024-11-04 18:51:57 +00:00
parent 3bbbd340c5
commit de565bb965
-2
View File
@@ -500,8 +500,6 @@ const getUserSubscriptions = async (userId: string) => {
const product = await stripeClient.products.retrieve(sub.product_id); const product = await stripeClient.products.retrieve(sub.product_id);
const price = await stripeClient.prices.retrieve(sub.price_id); const price = await stripeClient.prices.retrieve(sub.price_id);
console.log(sub);
const expiryDate = new Date(sub.current_period_end); const expiryDate = new Date(sub.current_period_end);
// Format output data // Format output data