diff --git a/frontend/src/app/data.service.ts b/frontend/src/app/data.service.ts index ad91589..7d5d3e1 100644 --- a/frontend/src/app/data.service.ts +++ b/frontend/src/app/data.service.ts @@ -256,7 +256,7 @@ export class DataService { this.totalSize = response.totalSize; response.changes.forEach(resp=>{ //console.log(resp.resourceId+" "+resp.approvalStatus) - console.log(resp); + //console.log(resp); let tasks : any[] = []; if(resp.d1!=null){ tasks.push( diff --git a/frontend/src/ntt-gantt/ntt-gantt.component.html b/frontend/src/ntt-gantt/ntt-gantt.component.html index cbdf5d8..b7062d7 100644 --- a/frontend/src/ntt-gantt/ntt-gantt.component.html +++ b/frontend/src/ntt-gantt/ntt-gantt.component.html @@ -139,7 +139,7 @@ -