From c52cbc27397a4e445b271a5af683563437497468 Mon Sep 17 00:00:00 2001 From: Richard Hoop Date: Mon, 9 Mar 2015 16:31:43 -0400 Subject: [PATCH] No need for comment --- app/controllers/transactions.js | 1 - 1 file changed, 1 deletion(-) 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);