Fix error I made merging my internal error handling.
GUI didn't show debug warnings even if they were enabled.
This commit is contained in:
parent
02939c78f8
commit
2f0a245032
|
@ -48,10 +48,6 @@ void ThreadResult::reportErr(const ErrorLogger::ErrorMessage &msg)
|
|||
{
|
||||
QMutexLocker locker(&mutex);
|
||||
|
||||
// GUI doesn't know how to properly handle debug messages so lets ignore them.
|
||||
if (msg._severity == Severity::debug)
|
||||
return;
|
||||
|
||||
QList<unsigned int> lines;
|
||||
QStringList files;
|
||||
|
||||
|
|
Loading…
Reference in New Issue