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
ebe22f3df8
commit
db2251b38a
1 changed files with 0 additions and 1 deletions
|
|
@ -112,7 +112,6 @@ export function useGetArticleQuery({
|
|||
// it will be nested in the data pages, if there is one error,
|
||||
// we invalidate the data and return the error. We also zero out
|
||||
// the response in the case of an error.
|
||||
console.log('result data', resultData)
|
||||
if (!error && resultData && resultData.article.errorCodes) {
|
||||
resultError = resultData.article.errorCodes
|
||||
resultData = undefined
|
||||
|
|
|
|||
Loading…
Reference in a new issue