diff --git a/gui/threadresult.cpp b/gui/threadresult.cpp index 428303d00..2df3c161b 100644 --- a/gui/threadresult.cpp +++ b/gui/threadresult.cpp @@ -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 lines; QStringList files;