1
0
Fork 0
mirror of synced 2024-07-08 15:56:23 +12:00

remove uneeded log

This commit is contained in:
Peter Clement 2022-09-14 11:19:09 +01:00
parent f38856431d
commit 449fa7b14b

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 === "" ||