mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
reduce unnecessary logs
This commit is contained in:
parent
78490e15f1
commit
f4f38e4b31
1 changed files with 1 additions and 1 deletions
|
|
@ -401,7 +401,7 @@ const getJSONLdLinkMetadata = async (
|
|||
|
||||
return result
|
||||
} catch (error) {
|
||||
logger.error(`Unable to get JSONLD link of the article`, error)
|
||||
logger.error('Unable to get JSONLD link of the article')
|
||||
return result
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue