diff --git a/src/services/NotificationService.ts b/src/services/NotificationService.ts index ea9fbc8..0f28c92 100644 --- a/src/services/NotificationService.ts +++ b/src/services/NotificationService.ts @@ -184,11 +184,6 @@ export class NotificationService { this.repository.unsubscribeFromEtaUpdates(this.etaSubscriberCallback); this.repository.subscribeToEtaUpdates(this.etaSubscriberCallback); - - // In the subscriber callback: - // If the ETA matches, call sendNotification with the necessary parameters - // If it was successful, unsubscribe the callback - // If it wasn't, leave it until the next ETA update } /**