diff --git a/server/reducers/directions.js b/server/reducers/directions.js index c7dc89c..54f670e 100644 --- a/server/reducers/directions.js +++ b/server/reducers/directions.js @@ -10,8 +10,6 @@ const htmlTidy = /<(\/*?)(?!(em|p|br\s*\/|strong|h1|h2|h3))\w+?.+?>/gim; function reduceEstDirections(body = '') { if (body === '') return {}; - console.log(body); - const jBody = JSON.parse(body); const obj = {}; const { ResultSet } = jBody;