From 1c95248cd3e7b576040ce36f67fa0848709be3d8 Mon Sep 17 00:00:00 2001 From: Manuel Tauber Date: Fri, 26 Apr 2024 12:04:07 +0200 Subject: [PATCH] t --- frontend/src/app/data.service.ts | 7 ++----- frontend/src/app/ntt-gantt/ntt-gantt.component.html | 1 + 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/frontend/src/app/data.service.ts b/frontend/src/app/data.service.ts index 7412fac..3f9daa4 100644 --- a/frontend/src/app/data.service.ts +++ b/frontend/src/app/data.service.ts @@ -143,7 +143,7 @@ export class DataService { public getContractName(contractId: string): string{ for (const contract of this.contracts) { if(contract.id == contractId){ - console.log(contract); + // console.log(contract); return contract.name; } } @@ -633,7 +633,6 @@ export class DataService { this.totalSize = response.totalSize; response.changes.forEach(resp=>{ //console.log(resp.resourceId+" "+resp.approvalStatus) - console.log(resp.statusReason); let tasks : any[] = []; if(resp.d1!=null){ tasks.push( @@ -702,10 +701,8 @@ export class DataService { plantime: resp.planTime, packageInstanceId: resp.packageInstanceId }); - - }) - console.log(res); + // console.log(res); this.errorService.error = false; resolve(res); },(error=>{ diff --git a/frontend/src/app/ntt-gantt/ntt-gantt.component.html b/frontend/src/app/ntt-gantt/ntt-gantt.component.html index d448d98..4dadd9a 100644 --- a/frontend/src/app/ntt-gantt/ntt-gantt.component.html +++ b/frontend/src/app/ntt-gantt/ntt-gantt.component.html @@ -100,6 +100,7 @@