From 12b45fcfb9668aa380b408303961e181bb62de49 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Mon, 16 Jun 2014 09:48:32 -0300 Subject: [PATCH] rm log --- js/models/core/TxProposals.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/js/models/core/TxProposals.js b/js/models/core/TxProposals.js index 09c5e9304..f25b2b9a7 100644 --- a/js/models/core/TxProposals.js +++ b/js/models/core/TxProposals.js @@ -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();