summaryrefslogtreecommitdiffstats
path: root/logic
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2015-05-07 08:42:35 +0200
committerPetr Mrázek <peterix@gmail.com>2015-05-07 08:42:35 +0200
commit11c376f6f132058bb4427f1a0deb9650c7746529 (patch)
tree4af2af3ca135d807d6132805d3661d1cc35c3b38 /logic
parent757b4e260be16161abf9b109224c483de267ddef (diff)
downloadMultiMC-11c376f6f132058bb4427f1a0deb9650c7746529.tar
MultiMC-11c376f6f132058bb4427f1a0deb9650c7746529.tar.gz
MultiMC-11c376f6f132058bb4427f1a0deb9650c7746529.tar.lz
MultiMC-11c376f6f132058bb4427f1a0deb9650c7746529.tar.xz
MultiMC-11c376f6f132058bb4427f1a0deb9650c7746529.zip
NOISSUE Remove PermGemn warning ignoring
Diffstat (limited to 'logic')
-rw-r--r--logic/BaseProcess.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/logic/BaseProcess.cpp b/logic/BaseProcess.cpp
index f1dc89c7..d0ddeb34 100644
--- a/logic/BaseProcess.cpp
+++ b/logic/BaseProcess.cpp
@@ -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)