aboutsummaryrefslogtreecommitdiff
path: root/launcher
diff options
context:
space:
mode:
Diffstat (limited to 'launcher')
-rw-r--r--launcher/Application.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/launcher/Application.cpp b/launcher/Application.cpp
index eef4fd7a..ff34a168 100644
--- a/launcher/Application.cpp
+++ b/launcher/Application.cpp
@@ -425,7 +425,6 @@ Application::Application(int &argc, char **argv) : QApplication(argc, argv)
}
qInstallMessageHandler(appDebugOutput);
- // TODO: Set filter rules based on CLI arguments
qSetMessagePattern(
"%{time process}" " "
"%{if-debug}D%{endif}" "%{if-info}I%{endif}" "%{if-warning}W%{endif}" "%{if-critical}C%{endif}" "%{if-fatal}F%{endif}"