turning off stupid logging

This commit is contained in:
Martin Donnelly 2016-02-18 11:10:44 +00:00
parent 6fa729b831
commit 592bdf4a21

View File

@ -30,7 +30,8 @@ exports.doBTC = function (req,res) {
var now = new Date();
if (now - GLOBAL.lastcheck > (59000 )) {
btcQuery(function (a, b) {
console.log(a);
// console.log(a);
console.log('Got btc data.')
btcCache = a;
GLOBAL.lastcheck = now;
res.setHeader('Content-Type', 'application/json');