Remove relevant console log,

This commit is contained in:
Eudes Inácio
2022-04-28 09:32:27 +01:00
parent 3021e8b0e1
commit 2826cea9df
153 changed files with 1001 additions and 1132 deletions
@@ -170,14 +170,14 @@ export class EditEventToApprovePage implements OnInit {
getRecurrenceTypes() {
this.eventsService.getRecurrenceTypes().subscribe(res=>{
console.log(res);
this.recurringTypes = res;
});
}
onSelectedRecurringChanged(ev:any){
if(ev.length > 1){
console.log(ev.filter(data => data != '-1'));
this.eventProcess.workflowInstanceDataFields.OccurrenceType = ev.filter(data => data != '-1');
}
if(ev.length == 0){
@@ -405,7 +405,7 @@ export class EditEventToApprovePage implements OnInit {
this.loadedAttachments = result
// console.log('this.loadedAttachments', this.loadedAttachments, result)
//
}
deleteAttachment(attachment: Attachment, index) {
@@ -448,7 +448,7 @@ export class EditEventToApprovePage implements OnInit {
this.loadedAttachments.push(DocumentToSave)
console.log('push', DocumentToSave)
// await this.attachmentsService.setEventAttachmentById(DocumentToSave).subscribe(()=>{
// this.getAttachments();