removed commented line

This commit is contained in:
Gustavo Maximiliano Cortez 2014-09-02 11:30:45 -03:00
parent 1c619ea6d1
commit aeab2b0ca4
1 changed files with 0 additions and 1 deletions

View File

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