ericklein / air_quality

displays and logs local indoor and outdoor weather and air quality information
MIT License
0 stars 0 forks source link

Disabling DEBUG should not require commenting code #113

Open ericklein opened 9 months ago

ericklein commented 9 months ago

To disable DEBUG, the code currently requires the macro to be commented out. Given the new debug message hierarchy, one could just change the debug level to 0 (none) and modify the code to respect this.

This does run counter to other options the code supports through MACRO disablement through code commenting.