From f73515245cb22261077c691b7bcdcc646e8366fb Mon Sep 17 00:00:00 2001 From: Lost Paul <70213368+LostPaul@users.noreply.github.com> Date: Sat, 19 Jul 2025 11:19:18 +0200 Subject: [PATCH] Update Commands.ts --- src/Commands.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Commands.ts b/src/Commands.ts index 2155075..8e304e7 100644 --- a/src/Commands.ts +++ b/src/Commands.ts @@ -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) {