login optimized

This commit is contained in:
Manuel Araoz 2014-05-06 17:09:35 -03:00
commit 710b2f48e3
2 changed files with 6 additions and 3 deletions

View file

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