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 8419bfebab84d7a40fdc994bf4462c13d4ff8937..931504d40364262b3c8ef111cac4294dba106a93 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');