mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-21 13:55:51 +00:00
remove console.log
This commit is contained in:
+2
-2
@@ -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()
|
||||
|
||||
+1
-1
@@ -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)
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user