Skip to content

Commit

Permalink
refactor: Update logger message for analysis data loading
Browse files Browse the repository at this point in the history
  • Loading branch information
durandom committed Nov 29, 2024
1 parent 1e8ed61 commit 0ae5ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/useSessionLoader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export function useSessionLoader({
landmarks: landmarks,
segments: segmentsByLapId
}
logger.loader('useSessionLoader Analysis data:', data);
logger.loader('useSessionLoader Analysis data - no missing laps:', data);

setAnalysisData(data);
}, [sessionId, lapIds]);
Expand Down

0 comments on commit 0ae5ca8

Please sign in to comment.