koumoul-dev / vuetify-jsonschema-form

Create beautiful and low-effort forms that output valid data. Published on npm as @koumoul/vjsf.
https://koumoul-dev.github.io/vuetify-jsonschema-form/latest/
MIT License
538 stars 154 forks source link

Have an option to silence logs #434

Closed Q16solver closed 3 weeks ago

Q16solver commented 1 month ago

Hello! I started using this library, and it's been working great so far! I was just wondering if there's an easy way of removing the console logs with compile options whenever the vjsf component gets mounted. maybe like an environment option or debug option? so I can turn it off in development/production when I need to reduce noise, thanks!

albanm commented 1 month ago

I will soon do a release that will remove this console.log. If useful I will use the debug module to add optional logs.

Q16solver commented 3 weeks ago

Seems to be removed now, thanks c: