From 97882f8e3b99dc1b56732bd0b135b0591f44c380 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Fri, 31 Oct 2014 17:57:56 -0300 Subject: [PATCH] rm unnecessary save --- js/models/Identity.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/js/models/Identity.js b/js/models/Identity.js index abae78376..a63db37c4 100644 --- a/js/models/Identity.js +++ b/js/models/Identity.js @@ -390,13 +390,6 @@ Identity.prototype.bindWallet = function(w) { w.on('txProposalEvent', function() { Identity.storeWalletDebounced(self, w); }); - w.on('ready', function() { - self.store({ - noWallets: true - }, function() { - Identity.storeWalletDebounced(self, w); - }); - }); w.on('addressBookUpdated', function() { Identity.storeWalletDebounced(self, w); });