NOISSUE Remove PermGemn warning ignoring

This commit is contained in:
Petr Mrázek 2015-05-07 08:42:35 +02:00
parent 757b4e260b
commit 11c376f6f1

View File

@ -158,12 +158,6 @@ void BaseProcess::logOutput(QString line, MessageLevel::Enum defaultLevel, bool
{
MessageLevel::Enum level = defaultLevel;
//FIXME: make more flexible in the future
if(line.contains("ignoring option PermSize"))
{
return;
}
// Level prefix
int endmark = line.indexOf("]!");
if (line.startsWith("!![") && endmark != -1)