Skip to content

Commit 14615ce

Browse files
removed comments
1 parent 3495cdb commit 14615ce

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ export default class CircuitSketcherPlugin extends Plugin {
9898

9999
const libraryFile = this.app.vault.getAbstractFileByPath(this.settings.libraryPath);
100100

101-
//return await this.app.vault.read(libraryFile as TFile);
102101
if (libraryFile instanceof TFile) {
103102
return await this.app.vault.read(libraryFile);
104103
}
@@ -121,6 +120,5 @@ export default class CircuitSketcherPlugin extends Plugin {
121120
} else {
122121
throw new Error("Library file is not a valid TFile");
123122
}
124-
//await this.app.vault.modify(libraryFile as TFile, content);
125123
}
126124
}

0 commit comments

Comments
 (0)