Skip to content

Commit

Permalink
fix(Timeline): remove console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
francinelucca committed Oct 29, 2024
1 parent b32291b commit 326732f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/react/src/Timeline/Timeline.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ const Timeline = React.forwardRef<HTMLElement, TimelineProps>((props, forwardRef
const updateGroup = () => {
const group = timeline.querySelector('ul.Timeline-Group')
setHasGroup(!!group)
console.log(timeline)
console.log(group)
console.log(!!group)
}

// Update group on mount
Expand Down

0 comments on commit 326732f

Please sign in to comment.