Skip to content

Commit

Permalink
fix: remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredLunde committed Apr 25, 2022
1 parent 7ef958d commit edb055d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/use-virtualize.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ export function useVirtualize<Meta>(
const height = useHeight(windowRef, ResizeObserver);
const scrollHeight = (nodeHeight + nodeGap) * visibleNodes.length - nodeGap;

console.log("HERE", scrollPosition.scrollTop);
return {
scrollTop: scrollPosition.scrollTop,
isScrolling: scrollPosition.isScrolling,
Expand Down

0 comments on commit edb055d

Please sign in to comment.