Skip to content

Commit 1760a16

Browse files
committed
Remove a TODO comment
1 parent f27f3a9 commit 1760a16

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/app/conf/2025/_data.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,7 @@ async function getSchedule(): Promise<ScheduleSession[]> {
7878

7979
const result = sessions.map(session => {
8080
const { description } = session
81-
if (description?.includes("<")) {
82-
// console.log(`Found HTML element in about field for session "${session.name}"`)
83-
}
8481

85-
// TODO: Preserve formatting??
8682
return {
8783
...session,
8884
description: preprocessDescription(description),

0 commit comments

Comments
 (0)