Remove automatic partial backup

This commit is contained in:
Yemel Jardi 2014-07-10 17:45:16 -03:00
commit abdb876a4b
4 changed files with 7 additions and 4 deletions

View file

@ -70,7 +70,6 @@ angular.module('copayApp.controllers').controller('SigninController',
notification.error('Unknown error');
controllerUtils.onErrorDigest();
} else {
backupService.download(w);
controllerUtils.startNetwork(w, $scope);
}
});