From f8cffd89f70e913540a3e105e45a722c56055def Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Tue, 20 Feb 2024 17:25:25 +0800 Subject: [PATCH] Remove debug --- .../web/components/templates/homeFeed/HomeFeedContainer.tsx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/packages/web/components/templates/homeFeed/HomeFeedContainer.tsx b/packages/web/components/templates/homeFeed/HomeFeedContainer.tsx index b1c994635..f64700bca 100644 --- a/packages/web/components/templates/homeFeed/HomeFeedContainer.tsx +++ b/packages/web/components/templates/homeFeed/HomeFeedContainer.tsx @@ -209,12 +209,6 @@ export function HomeFeedContainer(): JSX.Element { let startIdx = 0 const seeIfUpdated = async () => { - console.log( - 'checking if updated: ', - startIdx, - TIMEOUT_DELAYS, - TIMEOUT_DELAYS.length - ) if (startIdx >= TIMEOUT_DELAYS.length) { item.node.state = State.FAILED const updatedArticle = { ...item }