Skip to content

Commit

Permalink
Drop unused comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Jan 9, 2024
1 parent 4102383 commit ea56b67
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/backends/penta/PentabarfParser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ export class PentabarfParser {

for (const pEvent of arrayLike(pRoom.event)) {
if (!pEvent) continue;
// Prefer code, which maps to pretalx. If not available then fall back to @_id.
const talkId = pEvent.attr?.["@_id"];

if (pEvent.title.startsWith("CANCELLED ")) {
Expand Down

0 comments on commit ea56b67

Please sign in to comment.