Skip to content
Snippets Groups Projects
Commit fb315e31 authored by Marlène SIMONDANT's avatar Marlène SIMONDANT
Browse files

remove log

parent 7633d28a
No related branches found
No related tags found
2 merge requests!993Notif,!983feat(dashboard) : create dashboard !
...@@ -83,7 +83,6 @@ export class OrientationDetailsComponent implements OnInit { ...@@ -83,7 +83,6 @@ export class OrientationDetailsComponent implements OnInit {
} }
get isValidateDisabled(): boolean { get isValidateDisabled(): boolean {
console.log(!this.selectedStatus || !this.commentTextarea?.value?.trim());
return !this.selectedStatus || !this.commentTextarea?.value?.trim(); return !this.selectedStatus || !this.commentTextarea?.value?.trim();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment