From 31b2d5abacb40098674b94a58be30557b881af91 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Tue, 22 Apr 2014 22:07:18 -0300 Subject: [PATCH] small fixes --- js/models/core/PrivateKey.js | 3 --- js/models/core/PublicKeyRing.js | 20 +++++++++++++------- js/models/core/Wallet.js | 17 ++++++----------- js/models/network/WebRTC.js | 1 - test/test.TxProposals.js | 19 +++++++++---------- 5 files changed, 28 insertions(+), 32 deletions(-) diff --git a/js/models/core/PrivateKey.js b/js/models/core/PrivateKey.js index 5e7ab06cf..0e2d87631 100644 --- a/js/models/core/PrivateKey.js +++ b/js/models/core/PrivateKey.js @@ -71,9 +71,6 @@ PrivateKey.prototype.get = function(index,isChange) { PrivateKey.prototype.getAll = function(addressIndex, changeAddressIndex) { var ret = []; -console.log('[PrivateKey.js.75:addressIndex:]',addressIndex); //TODO -console.log('[PrivateKey.js.79:changeAddressIndex:]',changeAddressIndex); //TODO - for(var i=0;i