Remove log statement
This commit is contained in:
parent
345d286229
commit
af15241019
|
@ -53,8 +53,6 @@ export const buildLuceneQuery = filter => {
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log(query)
|
|
||||||
|
|
||||||
return query
|
return query
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue