chore(options): remove redundant log

This commit is contained in:
Elian Doran 2025-05-12 21:15:31 +03:00
parent ba2dae4c61
commit 2fbff5328b
No known key found for this signature in database

View File

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