diff --git a/app/controllers/transactions.js b/app/controllers/transactions.js index 667d7e1..d8c5644 100644 --- a/app/controllers/transactions.js +++ b/app/controllers/transactions.js @@ -41,7 +41,6 @@ exports.send = function(req, res) { }; exports.rawTransaction = function (req, res, next, txid) { - console.log(txid); bitcoreRpc.getRawTransaction(txid, function (err, transaction) { if (err || !transaction) return common.handleErrors(err, res);