Remove log statement

This commit is contained in:
Andrew Kingston 2021-06-09 16:42:14 +01:00
parent 6e2823a4c0
commit 7d30f69352
1 changed files with 0 additions and 2 deletions

View File

@ -53,8 +53,6 @@ export const buildLuceneQuery = filter => {
})
}
console.log(query)
return query
}