Remove debug

This commit is contained in:
Jackson Harper 2022-05-03 22:09:43 -07:00
parent 8a7389712b
commit cab784b68b

View file

@ -447,8 +447,6 @@ export const searchPages = async (
body,
})
console.log('resopnse', response)
if (response.body.hits.total.value === 0) {
return [[], 0]
}