diff --git a/controller/search_with_ids.js b/controller/search_with_ids.js index fb421d6f..a8af0b74 100644 --- a/controller/search_with_ids.js +++ b/controller/search_with_ids.js @@ -23,7 +23,6 @@ function setup( apiConfig, esclient, query, should_execute ){ logger.info('[req]', `endpoint=${req.path}`, cleanOutput); const renderedQuery = query(req.clean, res); - // console.log(JSON.stringify(renderedQuery.body, null, 2)); // if there's no query to call ES with, skip the service if (_.isUndefined(renderedQuery)) {