Skip to content

Commit

Permalink
Remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
davismcphee committed Nov 27, 2024
1 parent cc9a883 commit 2ecf1da
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -444,13 +444,7 @@ const UnifiedTimelineComponent: React.FC<Props> = ({
onFilter={onAddFilter as DocViewFilterFn}
trailingControlColumns={trailingControlColumns}
leadingControlColumns={leadingControlColumns}
onUpdatePageIndex={useCallback(
(pageIndex: number) => {
console.log('pageIndex', pageIndex);
onChangePage?.(pageIndex);
},
[onChangePage]
)}
onUpdatePageIndex={onChangePage}
/>
</EventDetailsWidthProvider>
</DropOverlayWrapper>
Expand Down

0 comments on commit 2ecf1da

Please sign in to comment.