From fb315e310e1d92532b2c253c69d637ede94a1b1a Mon Sep 17 00:00:00 2001 From: Marlene Simondant <msimondant@grandlyon.com> Date: Tue, 18 Mar 2025 15:18:17 +0100 Subject: [PATCH] remove log --- .../orientation-details/orientation-details.component.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/profile/dashboard/orientation-details/orientation-details.component.ts b/src/app/profile/dashboard/orientation-details/orientation-details.component.ts index 1f36e09e3..80d44145b 100644 --- a/src/app/profile/dashboard/orientation-details/orientation-details.component.ts +++ b/src/app/profile/dashboard/orientation-details/orientation-details.component.ts @@ -83,7 +83,6 @@ export class OrientationDetailsComponent implements OnInit { } get isValidateDisabled(): boolean { - console.log(!this.selectedStatus || !this.commentTextarea?.value?.trim()); return !this.selectedStatus || !this.commentTextarea?.value?.trim(); } -- GitLab