Skip to content

Commit

Permalink
chore: remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
monster committed Feb 12, 2023
1 parent a432bb0 commit 54d0d75
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/hamsterbase-plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 54d0d75

Please sign in to comment.