diff --git a/sanitizer/search_fallback.js b/sanitizer/search_fallback.js index d483d4e3..2c5d0c2a 100644 --- a/sanitizer/search_fallback.js +++ b/sanitizer/search_fallback.js @@ -19,7 +19,7 @@ module.exports.middleware = function( req, res, next ){ // log the query that caused a fallback since libpostal+new-queries didn't return anything if (req.path === '/v1/search') { var queryText = logging.isDNT(req) ? '[text removed]' : req.clean.text; - logger.info(queryText); + // logger.info(queryText); } sanitize( req, function( err, clean ){