turned off an erroring console.log statement
This commit is contained in:
parent
88c2b4ce6c
commit
bc90550cb5
@ -57,7 +57,7 @@ function getBitcoin () {
|
|||||||
|
|
||||||
logger.info('Got btc data. Storing it');
|
logger.info('Got btc data. Storing it');
|
||||||
logger.debug('>> btc', a);
|
logger.debug('>> btc', a);
|
||||||
console.log(a.time.updatedISO);
|
// console.log(a.time.updatedISO);
|
||||||
btcCache = a;
|
btcCache = a;
|
||||||
history.push(a.bpi.USD.rate_float);
|
history.push(a.bpi.USD.rate_float);
|
||||||
btcCache.history = history.get();
|
btcCache.history = history.get();
|
||||||
|
Loading…
Reference in New Issue
Block a user