1
0
Fork 0
mirror of synced 2024-07-19 13:15:49 +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 // 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 === "" ||