RED-7761 - removed logs

This commit is contained in:
Valentin Mihai 2023-11-23 14:41:00 +02:00
parent d45490ccaf
commit 86c83311c7

View File

@ -93,7 +93,6 @@ export class EditRedactionDialogComponent
this.legalOptions.sort((a, b) => a.label.localeCompare(b.label));
this.#resetReason();
this.initialFormValue = this.form.getRawValue();
console.log(JSON.stringify(this.form.getRawValue()));
}
typeChanged() {