joethei / obsidian-link-favicon

See the favicon for a linked website.
GNU General Public License v3.0
89 stars 2 forks source link

Remove Console logging #66

Closed usernotnull closed 9 months ago

usernotnull commented 11 months ago

The plugin outputs the content of opened files each time it runs in the console.

YousufSSyed commented 10 months ago

I almost wrote this myself, this makes writing console code and debugging other plugins frustrating.

Aetherinox commented 9 months ago

This definitely needs done. Working on dataview queries and every single line was being printed to console. Had to disable the plugin.

YousufSSyed commented 9 months ago

@joethei Do u have thoughts on how to prevent this in the future, perhaps a system or way to remove console.log() statements before compiling and publishing new plugin versions. This was pretty frustrating to deal with, turning the plugin and and off, when I want to debug my CustomJS in the console.