From 54d0d75db3ca604c34bf2932a7c16f2885ae84c4 Mon Sep 17 00:00:00 2001 From: monster Date: Sun, 12 Feb 2023 18:27:36 +0800 Subject: [PATCH] chore: remove comments --- src/hamsterbase-plugin.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/hamsterbase-plugin.ts b/src/hamsterbase-plugin.ts index cb49b2f..3e82b97 100644 --- a/src/hamsterbase-plugin.ts +++ b/src/hamsterbase-plugin.ts @@ -57,7 +57,6 @@ export class ObsidianHamsterBasePlugin async syncHighlights() { const webpages = await this.highlightsSyncService.getWebpages(); - // const fileSystem = new FileSystemAdapter(); await this.app.vault.adapter.mkdir(this.settings.folder); for (const webpage of webpages) {