From 4039d3999d7d8d11d447514d60555d5268743375 Mon Sep 17 00:00:00 2001 From: Sam Becker Date: Sun, 28 Apr 2024 11:05:33 -0500 Subject: [PATCH] Remove swr console.log --- src/photo/InfinitePhotoScroll.tsx | 1 - 1 file changed, 1 deletion(-) 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,