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 1f36e09e304a9eb472ad5bdb2ec8b2e00e808c40..80d44145bac4bf58aba4110ef211377a397777d2 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(); }