Skip to content

Commit 01e271f

Browse files
committed
Remove debug
1 parent 29d3e53 commit 01e271f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pages/product/[product].vue

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,9 @@ import GET_SINGLE_PRODUCT_QUERY from "@/apollo/queries/GET_SINGLE_PRODUCT_QUERY.
77
88
const route = useRoute();
99
10-
console.log("Route:", route.query);
11-
1210
const variables = { id: route.query.id };
1311
const { data } = await useAsyncQuery(GET_SINGLE_PRODUCT_QUERY, variables);
1412
15-
console.log("Data:", data);
16-
1713
useHead({
1814
title: route.params.product,
1915
titleTemplate: "%s - Nuxt 3 Woocommerce",

0 commit comments

Comments
 (0)