comment message unnecessary

This commit is contained in:
tiago.kayaya
2021-04-09 09:16:04 +01:00
parent 5e4cb3cb6f
commit f9745298d3
2 changed files with 2 additions and 2 deletions
@@ -148,7 +148,7 @@ export class ApproveEventModalPage implements OnInit {
this.alertService.presentAlert('Operação realizada com sucesso!'); this.alertService.presentAlert('Operação realizada com sucesso!');
} }
else{ else{
this.alertService.presentAlert('Operação cancelada!'); //this.alertService.presentAlert('Operação cancelada!');
} }
}); });
} }
@@ -143,7 +143,7 @@ export class ApproveEventPage implements OnInit {
this.alertService.presentAlert('Operação realizada com sucesso!'); this.alertService.presentAlert('Operação realizada com sucesso!');
} }
else { else {
this.alertService.presentAlert('Operação cancelada!'); //this.alertService.presentAlert('Operação cancelada!');
} }
}); });
} }