From d3bd68b95a098127293e43ed613ade020c6774d7 Mon Sep 17 00:00:00 2001 From: Stephen Hess Date: Thu, 29 Jun 2017 11:19:09 -0400 Subject: [PATCH] removed debug --- controller/search.js | 1 - 1 file changed, 1 deletion(-) diff --git a/controller/search.js b/controller/search.js index ad41b386..989060a8 100644 --- a/controller/search.js +++ b/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)) {