Skip to content

Commit

Permalink
Remove console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
LL782 committed Aug 26, 2022
1 parent e974554 commit 9e92512
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bag/Bag.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ export const BAG_COLUMNS = {
export const Bag = () => {
const { bagItems, checkout, checkoutDisabled } = useBag();

console.log("bagItems", bagItems);

const rows = bagItems.map((bagItem) => {
const { id, pricePerItem, quantity } = bagItem;
const item = ideas.find(({ price }) => price?.id === id);
Expand Down

1 comment on commit 9e92512

@vercel
Copy link

@vercel vercel bot commented on 9e92512 Aug 26, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.