mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Remove unneeded debug line
This commit is contained in:
parent
1402e8b6f8
commit
ff415b80a1
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue