RED-4590: Delete commented lines.

This commit is contained in:
George 2023-02-06 14:43:54 +02:00
parent 81fe84eb02
commit d0660bcb1f

View File

@ -84,8 +84,6 @@ export class UserProfileScreenComponent extends BaseFormComponent implements OnI
try {
if (this.profileChanged) {
const value = this.form.getRawValue() as IProfile;
// delete value.language;
// delete value.darkTheme;
if (this.emailChanged) {
const dialogRef = this._dialogService.openDialog('confirmPassword', null, null);