This commit is contained in:
Matias Alejo Garcia 2014-06-16 09:48:32 -03:00
parent 194e5fed54
commit 12b45fcfb9
1 changed files with 0 additions and 2 deletions

View File

@ -24,8 +24,6 @@ function TxProposal(opts) {
}
TxProposal.prototype.toObj = function() {
console.log('[TxProposals.js.27]',this); //TODO
var o = JSON.parse(JSON.stringify(this));
delete o['builder'];
o.builderObj = this.builder.toObj();