This commit is contained in:
tiago.kayaya
2021-05-26 09:43:14 +01:00
parent 4f9da5b2de
commit 78a8b83061
2 changed files with 0 additions and 11 deletions
-8
View File
@@ -92,10 +92,6 @@ export class EventsPage implements OnInit {
this.profile = "mdgpr";
/* console.log(this.profile); */
/* this.storageService.get(AuthConnstants.USER).then(res=>{
console.log(res);
}); */
this.showGreeting();
this.router.events.forEach((event) => {
@@ -104,10 +100,6 @@ export class EventsPage implements OnInit {
this.LoadList();
}
});
/* this.storageService.get(AuthConnstants.PROFILE).then(res=>{
this.profile = res;
}); */
}
@@ -216,9 +216,6 @@ export class GabineteDigitalPage implements OnInit {
this.count_dip_Signed = Object.keys(res).length
});
this.processesbackend.GetToApprovedEvents('PR','true').subscribe(res=>{
this.count_ev_pr = res;
});