1
0
Fork 0
mirror of synced 2024-06-26 18:10:51 +12:00

remove uneeded log

This commit is contained in:
Peter Clement 2022-09-14 11:19:09 +01:00
parent c521fa1188
commit b78f444654

View file

@ -218,7 +218,6 @@ export const runLuceneQuery = (docs, query) => {
// Process a range match
const rangeMatch = match("range", (docValue, testValue) => {
console.log("test")
return (
docValue == null ||
docValue === "" ||