mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-05-04 03:09:12 -05: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);
|
||||
}
|
||||
|
||||
async refreshWithNote(note: FNote | null | undefined) {
|
||||
console.log("Got note ", note);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user