Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
yurii-ve committed Oct 9, 2024
1 parent 916ae88 commit 6730d98
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/routes/products.$productSlug/route.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ export const loader = async ({ params, request }: LoaderFunctionArgs) => {

export default function ProductDetailsPage() {
const { product } = useLoaderData<typeof loader>();
console.log('=====> PRODUCT', product);
const { setIsOpen } = useCartOpen();
const [addToCartAttempted, setAddToCartAttempted] = useState(false);

Expand Down

0 comments on commit 6730d98

Please sign in to comment.