mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
refactor: remove console.logs
This commit is contained in:
@@ -99,7 +99,6 @@ export default async function ProductPage({ params }: { params: { handle: string
|
||||
}
|
||||
|
||||
async function RelatedProducts({ id }: { id: string }) {
|
||||
console.log(id);
|
||||
// const relatedProducts = await getProductRecommendations(id);
|
||||
const relatedProducts: any[] = [];
|
||||
|
||||
|
Reference in New Issue
Block a user