From e3695aed097c3c7bd550d4032459ee4db6e0ae50 Mon Sep 17 00:00:00 2001 From: Martin Donnelly Date: Mon, 3 Sep 2018 22:30:46 +0100 Subject: [PATCH] turn off some debugging --- server/RightByMe.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);