Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sei-bstein committed Jan 26, 2024
1 parent e45df37 commit 48289e9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ export class EventHorizonRenderingService {
return {
id: timelineEvent.id,
group: challengeSpec.id,
// subgroup: timelineEvent.type,
start: timelineEvent.timestamp.toJSDate(),
content: `${eventName} :: ${timelineEvent.timestamp.toLocaleString(DateTime.TIME_WITH_SECONDS)}`,
className: `eh-event ${isClickable ? "eh-event-clickable" : ""} ${className}`,
Expand Down

0 comments on commit 48289e9

Please sign in to comment.