remove console.log

This commit is contained in:
Peter Maquiran
2023-06-11 23:00:12 +01:00
parent fd7a9fee94
commit e2cd5d0d8b
13 changed files with 22 additions and 22 deletions
@@ -147,7 +147,7 @@ export class BookMeetingModalPage implements OnInit {
if(!this.CalendarName) {
if(this.eventService.calendarNamesAry.includes('Meu calendario')) {
this.CalendarName = 'Meu calendario';
console.log(this.eventService.calendarNamesAry)
// console.log(this.eventService.calendarNamesAry)
} else {
this.CalendarName = this.eventService.calendarNamesAry[0]
}
@@ -164,7 +164,7 @@ export class BookMeetingModalPage implements OnInit {
}
ngOnInit() {
console.log('TEsTEROLE',this.eventService.calendarNamesAry)
// console.log('TEsTEROLE',this.eventService.calendarNamesAry)
this.adding = "intervenient";
this.getAttachments();
this.setDefaultTime()
@@ -95,7 +95,7 @@ export class ExpedienteDetailPage implements OnInit {
public TaskService: TaskService
) {
this.loggeduser = SessionStore.user
console.log('SessionStore', SessionStore)
// console.log('SessionStore', SessionStore)
this.activatedRoute.paramMap.subscribe(params => {
if (params["params"].SerialNumber) {
@@ -59,7 +59,7 @@ export class ExpedientePage implements OnInit {
if(event.notification == "recive") {
this.refreshing();
}
console.log(event)
// console.log(event)
})
}