remove alert

This commit is contained in:
Peter Maquiran
2021-04-12 10:01:43 +01:00
parent 97d8d05179
commit eba5b0497d
8 changed files with 301 additions and 263 deletions
@@ -53,7 +53,6 @@ export class EditEventComponent implements OnInit {
}
// attendees list
alert(JSON.stringify(this.postEvent.Attendees))
if(this.postEvent.Attendees != null) {
this.postEvent.Attendees.forEach(e =>{
if(e.IsRequired) {