From e1921429cfaa96ae0c468cb370ebeb856fc978a2 Mon Sep 17 00:00:00 2001 From: Manuel Araoz Date: Tue, 28 Apr 2015 19:17:45 -0300 Subject: [PATCH] remove stray console.log --- lib/transaction/transaction.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/transaction/transaction.js b/lib/transaction/transaction.js index 3b6a7f4bb..5d0713ccc 100644 --- a/lib/transaction/transaction.js +++ b/lib/transaction/transaction.js @@ -313,7 +313,6 @@ Transaction.prototype.toObject = function toObject() { obj.changeIndex = this._changeIndex; } if (!_.isUndefined(this._fee)) { - console.log(this._fee); obj.fee = this._fee; } return obj;