Remove debug

This commit is contained in:
Jackson Harper 2024-02-20 17:25:25 +08:00
parent 741438aba0
commit f8cffd89f7

View file

@ -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 }