mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Remove debug line
This commit is contained in:
parent
6ad528d755
commit
d0a0dbb32f
1 changed files with 0 additions and 2 deletions
|
|
@ -115,8 +115,6 @@ export function HomeFeedContainer(): JSX.Element {
|
|||
error: fetchItemsError,
|
||||
} = useGetLibraryItemsQuery(queryInputs)
|
||||
|
||||
console.log('fetchItemsError fetchItemsError: ', fetchItemsError)
|
||||
|
||||
useEffect(() => {
|
||||
const handleRevalidate = () => {
|
||||
;(async () => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue