diff --git a/src/photo/InfinitePhotoScroll.tsx b/src/photo/InfinitePhotoScroll.tsx index 0206c964..36db260e 100644 --- a/src/photo/InfinitePhotoScroll.tsx +++ b/src/photo/InfinitePhotoScroll.tsx @@ -41,7 +41,6 @@ export default function InfinitePhotoScroll({ , [key]); const fetcher = useCallback(([_key, size]: [string, number]) => { - console.log('Fetching', size); return getPhotosAction( initialOffset + size * itemsPerPage, itemsPerPage,