remove stray console.log

This commit is contained in:
Manuel Araoz 2015-04-28 19:17:45 -03:00
parent 100e370295
commit e1921429cf
1 changed files with 0 additions and 1 deletions

View File

@ -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;