mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
chore(calendar): remove redundant log
This commit is contained in:
@@ -472,7 +472,6 @@ export default class CalendarView extends ViewMode {
|
|||||||
|
|
||||||
for (const targetNote of notesFromRelation) {
|
for (const targetNote of notesFromRelation) {
|
||||||
const targetCustomTitleValue = targetNote.getAttributeValue("label", "calendar:title");
|
const targetCustomTitleValue = targetNote.getAttributeValue("label", "calendar:title");
|
||||||
console.log("Parse custom title for ", targetNote.noteId, targetNote.getAttributes(), targetNote.getOwnedAttributes());
|
|
||||||
const targetTitles = await CalendarView.#parseCustomTitle(targetCustomTitleValue, targetNote, false);
|
const targetTitles = await CalendarView.#parseCustomTitle(targetCustomTitleValue, targetNote, false);
|
||||||
titles.push(targetTitles.flat());
|
titles.push(targetTitles.flat());
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user