rm unnecessary save

This commit is contained in:
Matias Alejo Garcia 2014-10-31 17:57:56 -03:00
commit 97882f8e3b

View file

@ -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);
});