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 586c10e9ff09820415812b1879c0219095c6de07..b14a741488d467959f289c7dfbd915174dba5c8f 100755 --- a/src/frontend/app/indexation/indexing-form/indexing-form.component.ts +++ b/src/frontend/app/indexation/indexing-form/indexing-form.component.ts @@ -307,7 +307,6 @@ export class IndexingFormComponent implements OnInit { this.http.get('../rest/customFields').pipe( tap((data: any) => { const withFormMode = data.customFields.filter((item: { mode: any; }) => item.mode === 'form'); - console.log(withFormMode); this.availableCustomFields = withFormMode.map((info: any) => { info.identifier = 'indexingCustomField_' + info.id; info.system = false;