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 }