generated from obsidianmd/obsidian-sample-plugin
-
-
Notifications
You must be signed in to change notification settings - Fork 71
Closed
Labels
feature requestNew feature or requestNew feature or request
Description
Is your Feature Request Related to a Problem?
The plugin print a enormous amount of text in the console. All content of each view is printed. On big project, it can lead to more than 1000 console.log statement per page.
The plugin policies state that you must avoid unncessary logging (see here). I created my own fork just to comment the log, because it is really complated with it, but I'm afraid I broken some things as I'm not really confiant with my work.
Describe the Feature you'd Like
Remove the unncessary logging info statement of the plugin.
Additional Context
https://docs.obsidian.md/Plugins/Releasing/Plugin+guidelines#Avoid+unnecessary+logging+to+console
Metadata
Metadata
Assignees
Labels
feature requestNew feature or requestNew feature or request