removed a updateBalance call from header.js

This commit is contained in:
Mario Colque 2014-04-22 15:47:09 -03:00
parent 0b09e13d2b
commit 637c9719f9
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@ angular.module('copay.header').controller('HeaderController',
$rootScope.$watch('wallet', function(wallet) {
if (wallet) {
controllerUtils.setSocketHandlers();
controllerUtils.updateBalance();
}
});