Browse Source

removed debug

pull/912/head
Stephen Hess 8 years ago
parent
commit
d3bd68b95a
  1. 1
      controller/search.js

1
controller/search.js

@ -25,7 +25,6 @@ function setup( apiConfig, esclient, query, should_execute ){
logger.info('[req]', 'endpoint=' + req.path, cleanOutput);
const renderedQuery = query(req.clean);
// console.log(`BODY: ` + JSON.stringify(renderedQuery.body, null, 2));
// if there's no query to call ES with, skip the service
if (_.isUndefined(renderedQuery)) {

Loading…
Cancel
Save