Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxhoundn committed Aug 9, 2023
1 parent 0c1a2e2 commit 3a37f83
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/Table/body.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ const ReqoreTableBody = forwardRef<HTMLDivElement, IReqoreTableSectionBodyProps>

const itemCount = useMemo(() => count(data), [data]);

console.log(height);

return (
<StyledList
outerRef={targetRef}
Expand Down

0 comments on commit 3a37f83

Please sign in to comment.