From 54a10abfece0f18fcc36cc50cdb77e0f9269f68a Mon Sep 17 00:00:00 2001
From: "hamza.hramchi" <hamza.hramchi@xelians.fr>
Date: Thu, 8 Oct 2020 12:11:27 +0200
Subject: [PATCH] FEAT #13271 TIME 0:02 rm console.log

---
 src/frontend/app/process/process.component.ts | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/frontend/app/process/process.component.ts b/src/frontend/app/process/process.component.ts
index ec105acb43d..717b09dac80 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);
-- 
GitLab