mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 11:56:01 +01:00
chore(options): remove redundant log
This commit is contained in:
@@ -69,8 +69,4 @@ export default class RelatedSettings extends OptionsWidget {
|
|||||||
return (!!this.noteId && this.noteId in RELATED_SETTINGS);
|
return (!!this.noteId && this.noteId in RELATED_SETTINGS);
|
||||||
}
|
}
|
||||||
|
|
||||||
async refreshWithNote(note: FNote | null | undefined) {
|
|
||||||
console.log("Got note ", note);
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user