chore(options): remove redundant log

pull/1908/head
Elian Doran 2025-05-12 21:15:31 +07:00
parent ba2dae4c61
commit 2fbff5328b
No known key found for this signature in database
1 changed files with 0 additions and 4 deletions

@ -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);
}
}