removed unused code

This commit is contained in:
Ivan Socolsky 2014-10-31 12:20:46 -03:00
parent 69153757fb
commit acb6592dc4
1 changed files with 0 additions and 6 deletions

View File

@ -68,12 +68,6 @@ angular.module('copayApp.controllers').controller('SidebarController', function(
var w = $rootScope.iden.getWalletById(wid);
$scope.wallets.push(w);
controllerUtils.updateTxsAndBalance(w);
// controllerUtils.updateBalance(w, function(err, res) {
// if (err) return;
// setTimeout(function() {
// $scope.$digest();
// }, 1);
// });
});
};
});