Skip to content

Commit

Permalink
refactor(#432): remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesvedder committed Aug 15, 2023
1 parent 46d5b11 commit 3ad137a
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,6 @@ class StudyInfoFormViewModel extends FormViewModel<StudyInfoFormData> {
));
}

/*@override
Future save() {
return super.save();
}*/

@override
Map<FormMode, String> get titles => throw UnimplementedError(); // unused

Expand Down

0 comments on commit 3ad137a

Please sign in to comment.