Skip to content

Commit

Permalink
removed noisy log
Browse files Browse the repository at this point in the history
  • Loading branch information
blacktau committed Feb 10, 2024
1 parent 9c8a52e commit a993938
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/debouncedProcessors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ export class DebouncedProcessors implements Processor {
}

const folderOrFile = this.plugin.app.vault.getAbstractFileByPath(fName)
console.log(folderOrFile);

if (folderOrFile instanceof TFile) {
return folderOrFile as TFile;
Expand Down

0 comments on commit a993938

Please sign in to comment.