mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Remove debug
This commit is contained in:
parent
741438aba0
commit
f8cffd89f7
1 changed files with 0 additions and 6 deletions
|
|
@ -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 }
|
||||
|
|
|
|||
Loading…
Reference in a new issue