From d0a0dbb32f95d2c8e2b931da6a55af89b585062c Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Mon, 26 Feb 2024 13:33:52 +0800 Subject: [PATCH] Remove debug line --- .../web/components/templates/homeFeed/HomeFeedContainer.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/web/components/templates/homeFeed/HomeFeedContainer.tsx b/packages/web/components/templates/homeFeed/HomeFeedContainer.tsx index 403656aa0..2b9e5e96d 100644 --- a/packages/web/components/templates/homeFeed/HomeFeedContainer.tsx +++ b/packages/web/components/templates/homeFeed/HomeFeedContainer.tsx @@ -115,8 +115,6 @@ export function HomeFeedContainer(): JSX.Element { error: fetchItemsError, } = useGetLibraryItemsQuery(queryInputs) - console.log('fetchItemsError fetchItemsError: ', fetchItemsError) - useEffect(() => { const handleRevalidate = () => { ;(async () => {