danielo515 / obsidian-modal-form

Define forms for filling data that you will be able to open from anywhere you can run JS
https://danielorodriguez.com/obsidian-modal-form/
MIT License
197 stars 16 forks source link

Unnecessary logging to console #301

Closed czenk closed 1 month ago

czenk commented 2 months ago

Release 1.48 introduced multiple calls to console.log() in the developer console. Persisting in release 1.49

Example: {_tag: 'Right', right: true}

To Reproduce Steps to reproduce the bug:

  1. Open Developer Console
  2. Call a modal form

Expected behavior In its default configuration the developer console should only show error messages, debug messages should not be shown.

danielo515 commented 1 month ago

Yeah, I agree. Having a configurable debugging is something I wanted to add for some time. I'm tired of adding logging and removing it before releasing.

czenk commented 1 month ago

Yeah, I agree. Having a configurable debugging is something I wanted to add for some time. I'm tired of adding logging and removing it before releasing.

Believe me, I feel your pain - same here (wouldn't have spotted it otherwise ;-). I guess the most efficient way is to care for each other. Thanks for all your effort and for maintaining your plugin.

danielo515 commented 1 month ago

this was hotfixed already