Browse Source

removed debug

pull/912/head
Stephen Hess 7 years ago
parent
commit
eb4a896272
  1. 1
      controller/search_with_ids.js

1
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)) {

Loading…
Cancel
Save