We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02939c7 commit 2f0a245Copy full SHA for 2f0a245
1 file changed
gui/threadresult.cpp
@@ -48,10 +48,6 @@ void ThreadResult::reportErr(const ErrorLogger::ErrorMessage &msg)
48
{
49
QMutexLocker locker(&mutex);
50
51
- // GUI doesn't know how to properly handle debug messages so lets ignore them.
52
- if (msg._severity == Severity::debug)
53
- return;
54
-
55
QList<unsigned int> lines;
56
QStringList files;
57
0 commit comments