We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9fe0fb commit da17b5dCopy full SHA for da17b5d
src/main.ts
@@ -467,7 +467,6 @@ export default class LongformPlugin extends Plugin {
467
468
this.registerEvent(
469
this.app.vault.on("create", (file) => {
470
- console.log(file);
471
this.writingSessionTracker.debouncedCountDraftContaining.bind(
472
this.writingSessionTracker
473
)(file);
0 commit comments