Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
danielo515 committed Oct 19, 2023
1 parent 68cace2 commit 43ad5fb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/suggesters/suggestFolder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ export class FolderSuggest extends AbstractInputSuggest<TFolder> {
public app: App,
) {
super(app, inputEl);
console.log('FolderSuggest constructor');
}
getSuggestions(inputStr: string): TFolder[] {
const abstractFiles = this.app.vault.getAllLoadedFiles();
Expand Down
1 change: 0 additions & 1 deletion src/suggesters/suggestFromDataview.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// Credits go to Liam's Periodic Notes Plugin: https://github.com/liamcain/obsidian-periodic-notes
import { AbstractInputSuggest, App } from "obsidian";
import { ModalFormError, tryCatch } from "src/utils/Error";
import { log_error } from "src/utils/Log";
Expand Down

0 comments on commit 43ad5fb

Please sign in to comment.