Skip to content

Commit

Permalink
rm console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
charmingduchess committed Dec 5, 2024
1 parent ff1d4a4 commit 9a30f1f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/elasticsearch/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,6 @@ clientWrapper.esClient = function () {
*/
clientWrapper.search = function (body) {
logger.debug(`Performing ES search: ${JSON.stringify(body, null, 2)}`)
console.dir({
index: process.env.RESOURCES_INDEX,
body
}, { depth: null })
return this.esClient().search({
index: process.env.RESOURCES_INDEX,
body
Expand Down

0 comments on commit 9a30f1f

Please sign in to comment.