Remove logs

This commit is contained in:
Peter Maquiran
2021-07-13 14:44:54 +01:00
parent 9bc08becd1
commit 38bca82496
4 changed files with 5 additions and 48 deletions
@@ -129,7 +129,6 @@ export class EventActionsPopoverPage implements OnInit {
try {
this.processes.PostTaskAction(body).toPromise();
await this.toastService.successMessage('Processo rejeitado');
this
this.goBack();
} catch (error) {
this.toastService.badRequest()