diff --git a/src/components/ContinuationView.tsx b/src/components/ContinuationView.tsx index f776aa9..956cc2f 100644 --- a/src/components/ContinuationView.tsx +++ b/src/components/ContinuationView.tsx @@ -17,7 +17,6 @@ export const ContinuationView: FC = () => { const virtualListRef = useRef(); const handleOnRenderAction = useCallback( ({ visibleStartIndex, visibleStopIndex }) => { - console.log('[debug]on render:', visibleStartIndex, visibleStopIndex); updateActives(map(i => files[i].filename, range(visibleStartIndex, visibleStopIndex + 1))); }, [files]