Browse Source

logging cleanup

master
Dan Janosik 5 years ago
parent
commit
ee9da42a76
No known key found for this signature in database GPG Key ID: C6F8CE9FFDB2CED2
  1. 2
      routes/baseActionsRouter.js

2
routes/baseActionsRouter.js

@ -100,8 +100,6 @@ router.get("/", function(req, res, next) {
// promiseResults[6]
promises.push(new Promise(function(resolve, reject) {
coreApi.getBlockHeaderByHeight(coinConfig.difficultyAdjustmentBlockCount * res.locals.difficultyPeriod).then(function(difficultyPeriodFirstBlockHeader) {
console.log("abc: " + JSON.stringify(difficultyPeriodFirstBlockHeader));
resolve(difficultyPeriodFirstBlockHeader);
});
}));

Loading…
Cancel
Save