remove redundant comments

This commit is contained in:
2025-02-03 23:00:18 -08:00
parent 4c8658a3d9
commit 64931e7546

View File

@@ -184,11 +184,6 @@ export class NotificationService {
this.repository.unsubscribeFromEtaUpdates(this.etaSubscriberCallback); this.repository.unsubscribeFromEtaUpdates(this.etaSubscriberCallback);
this.repository.subscribeToEtaUpdates(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
} }
/** /**