Skip to content

Commit f34474b

Browse files
committed
unnecessary console log removed.
1 parent f39bd57 commit f34474b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/apiManager.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ export default class APIManager {
4040
}
4141

4242
stat = await this.plugin.app.vault.adapter.stat(filePath)
43-
console.log(stat)
4443
if (!stat) {
4544
await this.plugin.app.vault.create(filePath, `[${hnItem.title}](${hnItem.url})`)
4645
new Notice(`Story saved: ${hnItem.title}`)

0 commit comments

Comments
 (0)