chore(gatekeeper): remove console.log

This commit is contained in:
Alessandro Magionami
2025-03-10 10:14:57 +01:00
parent dceedf512f
commit 61736f7ee3
@@ -50,8 +50,6 @@ export const getFreshWorkspacePlanProductPricesFactory =
const { yearly } = planIds
const yearlyPrice = productPrices.find((p) => p.id === yearly)
if (!yearlyPrice) {
console.log({ plan })
console.log({ yearlyPrice })
throw new MisconfiguredEnvironmentError(
`Price ${yearly} not found for plan ${plan}`
)