Skip to content

Commit fbb0bef

Browse files
committed
Log was removed #3399
1 parent 14f4aa3 commit fbb0bef

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

frontend/src/hooks/useInfiniteScroll.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ export const useInfiniteScroll = <DataItem, Args extends InfinityListArgs>({
110110
const scrollPositionFromBottom = element.scrollHeight - (element.clientHeight + element.scrollTop);
111111

112112
if (scrollPositionFromBottom < SCROLL_POSITION_GAP) {
113-
console.log('test', element.scrollHeight);
114113
getMore().catch(console.log);
115114
}
116115
}, [disabledMore, getMore]);

0 commit comments

Comments
 (0)