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
+1 -1
View File
@@ -133,7 +133,7 @@ export class ChatPage implements OnInit {
if(event.notification == "recive") {
this.onSegmentChange()
}
console.log(event)
// console.log(event)
});
}
@@ -123,7 +123,7 @@ export class DespachoPrPage implements OnInit {
this.fulltask = res;
// this.updateProcessOnDB(res);
console.log('this.fulltask', this.fulltask)
// console.log('this.fulltask', this.fulltask)
let thedate = new Date(this.task.CreateDate);
this.customDate = this.days[thedate.getDay()] + ", " + thedate.getDate() + " de " + (this.months[thedate.getMonth()]);
@@ -395,7 +395,7 @@ export class DespachoPrPage implements OnInit {
await this.generateDiploma(res.data.note, docs);
}
else if (actionName == 'Concluido') {
console.log('actionName', actionName)
// console.log('actionName', actionName)
await this.concluir(res.data.note, docs);
}
else if (actionName == 'Reexecução') {
@@ -492,7 +492,7 @@ export class DespachoPage implements OnInit {
await popover.present();
popover.onDidDismiss().then((res)=> {
console.log('res', res.data)
// console.log('res', res.data)
if(res.data == 'back') {
this.goBack();
}
@@ -384,7 +384,7 @@ export class DiplomaPage implements OnInit {
}
tempMethod(actionname) {
console.log(actionname)
// console.log(actionname)
}
@@ -112,7 +112,7 @@ export class ApproveEventPage implements OnInit {
this.customDate = this.days[this.today.getDay()] + ", " + this.today.getDate() + " de " + (this.months[this.today.getMonth()]);
} catch(error) {
console.log(this.loadedEvent)
// console.log(this.loadedEvent)
throw(error)
}
@@ -136,7 +136,7 @@ export class ApproveEventPage implements OnInit {
this.customDate = this.days[this.today.getDay()] + ", " + this.today.getDate() + " de " + (this.months[this.today.getMonth()]);
} catch(error) {
console.log(this.loadedEvent)
// console.log(this.loadedEvent)
throw(error)
}
@@ -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)
})
}
@@ -35,7 +35,7 @@ export class PublicationDetailPage implements OnInit {
) {
this.activatedRoute.paramMap.subscribe(params => {
console.log(params["params"])
// console.log(params["params"])
if(params["params"]) {
this.folderId = params["params"].folderId;
this.publicationId = params["params"].publicationId;
+2 -2
View File
@@ -236,7 +236,7 @@ export class SearchPage implements OnInit {
gridSize: 15
},
);
console.log('set visualy')
// console.log('set visualy')
}, 300)
});
@@ -364,7 +364,7 @@ export class SearchPage implements OnInit {
this.showLoader = false;
// this.searchResult = "Registo não encontrado"
this.httpErrorhandle.httpStatusHandle(error)
console.log(error)
// console.log(error)
});
}
else if ( this.type == "AccoesPresidenciais & ArquivoDespachoElect") {