diff --git a/src/main.ts b/src/main.ts index 32e65b0..04c5e77 100644 --- a/src/main.ts +++ b/src/main.ts @@ -11,8 +11,6 @@ export default class DateRangeExpanderPlugin extends Plugin { dateUtils: DateUtils; async onload() { - console.log('DateRangeExpander loaded'); - await this.loadSettings(); this.dateUtils = new DateUtils(); @@ -57,10 +55,6 @@ export default class DateRangeExpanderPlugin extends Plugin { async saveSettings() { await this.saveData(this.settings); } - onunload() { - console.log('DateRangeExpander unloaded'); - } - getActiveEditor() { const activeLeaf = this.app.workspace.getActiveViewOfType(MarkdownView); if (activeLeaf) {