From b9b4e2fcba855537239eb03c12d681ec656f9339 Mon Sep 17 00:00:00 2001
From: Jean-Laurent <jean-laurent.duzant@xelians.fr>
Date: Tue, 24 May 2022 17:34:13 +0200
Subject: [PATCH] FIX #20391 TIME 0 clean up

---
 .../app/indexation/indexing-form/indexing-form.component.ts   | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/frontend/app/indexation/indexing-form/indexing-form.component.ts b/src/frontend/app/indexation/indexing-form/indexing-form.component.ts
index 8419bfebab8..931504d4036 100755
--- a/src/frontend/app/indexation/indexing-form/indexing-form.component.ts
+++ b/src/frontend/app/indexation/indexing-form/indexing-form.component.ts
@@ -1000,10 +1000,6 @@ export class IndexingFormComponent implements OnInit {
                 }
 
                 await this.initElemForm(saveResourceState).then(() => {
-                    console.log('initElemForm', 'resId', this.resId);
-                    console.log(this.indexingModelClone);
-                    console.log(this['indexingModels_process']);
-
                     // check if clock is active
                     if (!this.functions.empty(this['indexingModels_process'])) {
                         const processLimitDate = this['indexingModels_process'].find((element: any) => element.identifier === 'processLimitDate');
-- 
GitLab