Remove unnecessary debug status checks
Runtime::Logger defaults to reporting error messages, so we don't need to check if QA_DEBUG is true when creating debug log messages (or any other message severity below error). If QA_DEBUG is false the debug messages won't be logged.
Showing
Please register or sign in to comment