chore(calendar/view): remove unnecessary comment

pull/1261/head
Elian Doran 2025-02-23 19:15:33 +07:00
parent 07147bf857
commit 95e6919dcf
No known key found for this signature in database
1 changed files with 0 additions and 2 deletions

@ -320,8 +320,6 @@ export default class CalendarView extends ViewMode {
const titles = await CalendarView.#parseCustomTitle(customTitle, note);
const color = note.getLabelValue("calendar:color") ?? note.getLabelValue("color");
const events: EventInput[] = [];
// the user can specify one or multiple attributes to be promoted onto the calendar view by setting `#calendar:promotedAttributes` at the note level
// their values will then be rentered into the event title and appear as "[eventIcon] $eventTitle [#promotedAttributeX=valueX] [#promotedAttributeY=valueY]"
const calendarPromotedAttributes = note.getLabelValue("calendar:promotedAttributes");
let promotedAttributesData = null;