turned off an erroring console.log statement

This commit is contained in:
Martin Donnelly 2018-01-08 21:10:42 +00:00
parent 88c2b4ce6c
commit bc90550cb5

View File

@ -57,7 +57,7 @@ function getBitcoin () {
logger.info('Got btc data. Storing it');
logger.debug('>> btc', a);
console.log(a.time.updatedISO);
// console.log(a.time.updatedISO);
btcCache = a;
history.push(a.bpi.USD.rate_float);
btcCache.history = history.get();