Skip to content

Commit

Permalink
Remove unnecessary comments
Browse files Browse the repository at this point in the history
  • Loading branch information
hanbyul-here committed Apr 2, 2024
1 parent 206bcfb commit 6f0eda2
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -222,10 +222,6 @@ export default function Timeline(props: TimelineProps) {
const { k0, k1 } = useScaleFactors();
const { scaled: xScaled, main: xMain } = useScales();

// const zoomBehavior = useZoomBehavior({k0, k1, translateExtent, datasetsContainerRef})
// console.log(zoomBehavior)
// console.log(typeof zoomBehavior)
// setZoomBehaviorAtom(zoomBehavior(datasetsContainerRef));
// Create the zoom behavior needed for the timeline interactions.
const zoomBehavior = useMemo(() => {
return zoom()
Expand Down

0 comments on commit 6f0eda2

Please sign in to comment.