Update Commands.ts

This commit is contained in:
Lost Paul 2025-07-19 11:19:18 +02:00
parent 4f018a9158
commit f73515245c

View file

@ -320,8 +320,6 @@ export class Commands {
// item.setTitle('Manage excluded folder')
// .setIcon('settings-2')
// .onClick(() => {
// console.log('excludedFolder', excludedFolder)
// console.log('2', getExcludedFolder(this.plugin, file.path, false))
// if (excludedFolder instanceof ExcludedFolder) {
// new ExcludedFolderSettings(this.plugin.app, this.plugin, excludedFolder).open();
// } else if (excludedFolder instanceof ExcludePattern) {