rm logs
This commit is contained in:
parent
5e92ae96ac
commit
1eebaa4e94
3 changed files with 4 additions and 4 deletions
|
|
@ -23,8 +23,7 @@ angular.module('copayApp.controllers').controller('HomeController', function($sc
|
|||
return;
|
||||
}
|
||||
$rootScope.starting = true;
|
||||
identityService.open(form.email.$modelValue, form.password.$modelValue, function(err) {
|
||||
$rootScope.starting = false;
|
||||
identityService.open(form.email.$modelValue, form.password.$modelValue, function(err, iden) {
|
||||
if (err) {
|
||||
copay.logger.warn(err);
|
||||
if ((err.toString() || '').match('PNOTFOUND')) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue