remove uneeded log
This commit is contained in:
parent
c521fa1188
commit
b78f444654
|
@ -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 === "" ||
|
||||
|
|
Loading…
Reference in New Issue