- Annoyance
Hey!
As a developer I use console.* very often. I already noticed, that .debug does not work anymore. However, I never checked why. Today I wanted to use it again and it gave me no output. Even console.log did not work. console.error IS working.
I did a search and detected, that the Vue (vue-i18n v9.6.5) seems to disable console.debug/.info?
=> dynamix.my.server/unraid-components.client-cd1b3939.js JS: Line 22, position 65280: The setup function checks for a variable called "VITE_ALLOW_CONSOLE_LOGS" and if not there, the both console functions get cleaned out...?
Could someone check this?