Remove swr console.log

This commit is contained in:
Sam Becker 2024-04-28 11:05:33 -05:00
parent dc99c473da
commit 4039d3999d

View File

@ -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,