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
|
// Process a range match
|
||||||
const rangeMatch = match("range", (docValue, testValue) => {
|
const rangeMatch = match("range", (docValue, testValue) => {
|
||||||
console.log("test")
|
|
||||||
return (
|
return (
|
||||||
docValue == null ||
|
docValue == null ||
|
||||||
docValue === "" ||
|
docValue === "" ||
|
||||||
|
|
Loading…
Reference in New Issue