mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-16 10:48:47 +00:00
bug5991: removed redundant .start() call on TracTrac IEventSubscriber
This commit is contained in:
-1
@@ -591,7 +591,6 @@ public class TracTracRaceTrackerImpl extends AbstractRaceTrackerImpl<RaceTrackin
|
||||
for (Receiver receiver : listenersForStoredData) {
|
||||
receiver.subscribe();
|
||||
}
|
||||
eventSubscriber.start();
|
||||
raceSubscriber.start();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user