joethei/obsidian-link-favicon

Remove Console logging

Closed this issue · 3 comments

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

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

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

@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.