intelligent-environments-lab / bevo_iaq

BEVO Beacon with more robust air quality monitoring
5 stars 1 forks source link

Purpose of print statements? #13

Closed calvinjlin closed 3 years ago

calvinjlin commented 3 years ago

Does the beacon have a display? Can you see this during ssh? Print statements do have a performance cost so it is better not to leave any unnecessary ones present. https://github.com/intelligent-environments-lab/bevo_iaq/blob/2c7021b07f63ea629aa4d5b6cfcd8914d67861de/Setup/Code/log_3.py#L377-L384

https://github.com/intelligent-environments-lab/bevo_iaq/blob/2c7021b07f63ea629aa4d5b6cfcd8914d67861de/Setup/Code/log_2.py#L316-L339

HagenFritz commented 3 years ago

see slack message for more info, but these were meant for debugging purposes. Some of the functions have a verbose input variable that should be set to False (it might not be) that would suppress the output.