Remove unneeded debug line

This commit is contained in:
Jackson Harper 2022-04-06 14:35:09 -07:00
parent 1402e8b6f8
commit ff415b80a1

View file

@ -114,7 +114,6 @@ export function HomeFeedContainer(props: HomeFeedContainerProps): JSX.Element {
}, [size, isValidating])
useEffect(() => {
console.log('size, hasMore, isValidating', size, hasMore, isValidating)
if (isValidating || !hasMore || size !== 1) {
return
}