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:
Kimmo Varis 2010-08-29 14:06:01 +03:00
parent 02939c78f8
commit 2f0a245032
1 changed files with 0 additions and 4 deletions

View File

@ -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;