Skip to content

Commit

Permalink
fix: no more console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
he3als committed Nov 3, 2024
1 parent 00877b8 commit 9a97107
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/ui/src/components/billing/PurchaseModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,6 @@ const updateCustomServerProduct = () => {
customMatchingProduct.value = props.product.find(
(product) => product.metadata.ram === customServerConfig.ram,
)
console.log('Found:', customMatchingProduct.value)
if (customMatchingProduct.value) mutatedProduct.value = { ...customMatchingProduct.value }
}
Expand Down

0 comments on commit 9a97107

Please sign in to comment.