From 24f103288db74365ca84045480fa280bc625fe8b Mon Sep 17 00:00:00 2001 From: Ivan Socolsky Date: Mon, 20 Oct 2014 11:26:56 -0300 Subject: [PATCH] removed dead code --- js/services/controllerUtils.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/js/services/controllerUtils.js b/js/services/controllerUtils.js index f96e2fac9..a50a52deb 100644 --- a/js/services/controllerUtils.js +++ b/js/services/controllerUtils.js @@ -92,7 +92,6 @@ angular.module('copayApp.services') }); w.on('ready', function(myPeerID) { $scope.loading = false; - //$rootScope.wallet = w; if ($rootScope.initialConnection) { $rootScope.initialConnection = false; if ($rootScope.pendingPayment) { @@ -287,7 +286,6 @@ angular.module('copayApp.services') $scope.balanceByAddr = data.balanceByAddr; - // rateService.whenAvailable(function() { $scope.totalBalanceAlternative = data.totalBalanceAlternative; $scope.alternativeIsoCode = data.alternativeIsoCode; $scope.lockedBalanceAlternative = data.lockedBalanceAlternative;