From b200174bc01e742b27379e23029e847d3274acda Mon Sep 17 00:00:00 2001 From: manueltauber Date: Wed, 14 Jun 2023 12:42:15 +0200 Subject: [PATCH] . --- frontend/src/ntt-gantt/ntt-gantt.component.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/ntt-gantt/ntt-gantt.component.ts b/frontend/src/ntt-gantt/ntt-gantt.component.ts index 04a6005..27fea8a 100644 --- a/frontend/src/ntt-gantt/ntt-gantt.component.ts +++ b/frontend/src/ntt-gantt/ntt-gantt.component.ts @@ -263,7 +263,6 @@ public logg(args){ // this.renderGantt = true; // }); this.dataService.fetchUserSupportGroup().then((res: any)=>{ - console.log(res); this.userSupportGroup = res.name; this.refreshData(); this.states = this.dataService.getStates();