rm log
This commit is contained in:
parent
194e5fed54
commit
12b45fcfb9
1 changed files with 0 additions and 2 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue