turn off some debugging

This commit is contained in:
Martin Donnelly 2018-09-03 22:30:46 +01:00
parent 4db1549d5a
commit e3695aed09

View File

@ -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);