Only log errors to console
Closed this issue · 1 comments
egeldenhuys commented
Currently a large amount of debug information is being logged by different components, this makes debugging difficult.
I suggest
- Remove existing debug logs
- Log all errors
- Require debug logs to be removed before merging into develop
egeldenhuys commented
Implemented by ???