diff --git a/server/RightByMe.js b/server/RightByMe.js index 9b56a6c..37d902d 100644 --- a/server/RightByMe.js +++ b/server/RightByMe.js @@ -141,7 +141,7 @@ function doFSGetFullVenue(data = {}) { if (err) return reject(err); else { - console.log(JSON.stringify(fsData)); + // console.log(JSON.stringify(fsData)); const initPayload = (has(payLoad, 'name')) ? {} : reduceExplore(get(fsData, 'response.venue')); const partPayload = reduceFullFS(get(fsData, 'response.venue')); const newPayload = Object.assign(payLoad, initPayload, partPayload);