mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Remove some debug
This commit is contained in:
parent
4eeb012b78
commit
e5dec228f3
1 changed files with 1 additions and 1 deletions
|
|
@ -521,7 +521,7 @@ const processSubscription = async (
|
|||
// use published or updated if isoDate is not available for atom feeds
|
||||
const isoDate =
|
||||
item.isoDate || item.published || item.updated || item.created
|
||||
console.log('Processing feed item', item.links, item.isoDate, feed.feedUrl)
|
||||
console.log('Processing feed item', item.links, item.isoDate, feedUrl)
|
||||
|
||||
if (!item.links || item.links.length === 0) {
|
||||
console.log('Invalid feed item', item)
|
||||
|
|
|
|||
Loading…
Reference in a new issue