Skip to content

Commit

Permalink
chore: removed console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
catakot committed Sep 28, 2023
1 parent 669e668 commit c72ae1a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/CompositeBar/Item/Item.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,6 @@ export const Item: React.FC<ItemInnerProps> = (props) => {
}

const highlightedNode = makeIconNode(iconNode);
console.log(`open ${open}`);
console.log(`collapseItems ${collapseItems}`);
return (
<>
{bringForward && (
Expand Down

0 comments on commit c72ae1a

Please sign in to comment.