removed commented line

This commit is contained in:
Gustavo Maximiliano Cortez 2014-09-02 11:30:45 -03:00
commit aeab2b0ca4

View file

@ -48,7 +48,6 @@ angular.module('copayApp.services')
if (msg) {
notification.error('Error', msg);
}
// $rootScope.$digest();
};
root.installStartupHandlers = function(wallet, $scope) {