From 64931e75465ea08a8f0c8788a2cddd878c569b3b Mon Sep 17 00:00:00 2001 From: Brendan Chen Date: Mon, 3 Feb 2025 23:00:18 -0800 Subject: [PATCH] remove redundant comments --- src/services/NotificationService.ts | 5 ----- 1 file changed, 5 deletions(-) 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 } /**