Remove debug

This commit is contained in:
Jackson Harper
2022-04-11 09:12:53 -07:00
parent ebe22f3df8
commit db2251b38a

View File

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