diff --git a/apps/client/src/widgets/type_widgets/options/related_settings.ts b/apps/client/src/widgets/type_widgets/options/related_settings.ts index e85e1b18d..d0f959d43 100644 --- a/apps/client/src/widgets/type_widgets/options/related_settings.ts +++ b/apps/client/src/widgets/type_widgets/options/related_settings.ts @@ -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); - } - }