From cf0f4816a6279987e159b3321eff760addee12f0 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Wed, 4 Dec 2024 11:33:45 -0800 Subject: [PATCH] Remove a debug line --- .../document-list/bulk-editor/bulk-editor.component.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src-ui/src/app/components/document-list/bulk-editor/bulk-editor.component.ts b/src-ui/src/app/components/document-list/bulk-editor/bulk-editor.component.ts index ecfe62cc9..499f52f03 100644 --- a/src-ui/src/app/components/document-list/bulk-editor/bulk-editor.component.ts +++ b/src-ui/src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -842,7 +842,6 @@ export class BulkEditorComponent dialog.fieldsToRemoveIds = changedCustomFields.itemsToRemove.map( (item) => item.id ) - console.log(dialog.fieldsToRemoveIds, this.customFieldsSelectionModel) dialog.documents = Array.from(this.list.selected) dialog.succeeded.subscribe((result) => {