NOISSUE Remove PermGemn warning ignoring
This commit is contained in:
parent
757b4e260b
commit
11c376f6f1
1 changed files with 0 additions and 6 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue