diff --git a/src/frontend/app/process/process.component.ts b/src/frontend/app/process/process.component.ts index ec105acb43df469c5ad863fff8ab479247e3deda..717b09dac80d624286b01bce27732c6421c13578 100755 --- a/src/frontend/app/process/process.component.ts +++ b/src/frontend/app/process/process.component.ts @@ -328,8 +328,6 @@ export class ProcessComponent implements OnInit, OnDestroy { this.http.get('../rest/search/configuration').pipe( tap((myData: any) => { this.currentTool = myData.configuration.listEvent.defaultTab; - console.log(this.currentTool); - }), catchError((err: any) => { this.notify.handleErrors(err);