hide unneeded error message

This commit is contained in:
Nicolas Constant 2019-10-01 21:49:40 -04:00
parent 8139a0ff72
commit dc101db6ef
No known key found for this signature in database
GPG Key ID: 1E9F677FB01A5688
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ export class ScheduledStatusService {
}
})
.catch(err => {
this.notificationService.notifyHttpError(err, account);
//this.notificationService.notifyHttpError(err, account);
});
}