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();