Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesvedder committed Jun 27, 2024
1 parent 1398eaa commit 0657928
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
5 changes: 0 additions & 5 deletions core/lib/src/models/tables/study.dart
Original file line number Diff line number Diff line change
Expand Up @@ -327,11 +327,6 @@ class Study extends SupabaseObjectFunctions<Study>
return status != StudyStatus.draft || !canEdit(user);
}

@override
String toString() {
return 'Study{id: $id, title: $title, description: $description, userId: $userId, participation: $participation, resultSharing: $resultSharing, contact: $contact, iconName: $iconName, published: <deprecated>, status: $status, questionnaire: $questionnaire, eligibilityCriteria: $eligibilityCriteria, consent: $consent, interventions: $interventions, observations: $observations, schedule: $schedule, reportSpecification: $reportSpecification, results: $results, collaboratorEmails: $collaboratorEmails, registryPublished: $registryPublished, participantCount: $participantCount, endedCount: $endedCount, activeSubjectCount: $activeSubjectCount, missedDays: $missedDays, repo: $repo, invites: $invites, participants: $participants, participantsProgress: $participantsProgress, createdAt: $createdAt}';
}

@override
int compareTo(Study other) {
return id.compareTo(other.id);
Expand Down
2 changes: 1 addition & 1 deletion designer_v2/lib/features/app_controller.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion designer_v2/lib/services/notification_dispatcher.dart
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ class _NotificationDispatcherState
@override
void initState() {
super.initState();
print("NotificationDispatcher: initState");
_subscription = ref
.read(notificationServiceProvider)
.watchNotifications()
Expand Down

0 comments on commit 0657928

Please sign in to comment.