LostPaul / obsidian-folder-notes

Create notes within folders that can be accessed without collapsing the folder, similar to the functionality offered in Notion.
https://lostpaul.github.io/obsidian-folder-notes/
GNU Affero General Public License v3.0
264 stars 11 forks source link

remove `console.log` in `getExcludedFolder` #107

Closed CatCodeMe closed 2 months ago

CatCodeMe commented 2 months ago

there are so many debug log in console.

image
Djyp commented 2 months ago

I was coming to create the same kind of issue. It just keeps piling up and adding up in my console. It could mess with anything debugging I need to do about plugins or dataview loading on startup

LostPaul commented 2 months ago

Yeah sorry about that, this already has been removed by someone through a pull request but then a few days later I forgot to create a new release for Obsidian. They should now be gone with the latest plugin release.