summaryrefslogtreecommitdiffstats
path: root/src/util/logging.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/logging.cpp')
-rw-r--r--src/util/logging.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util/logging.cpp b/src/util/logging.cpp
index 1852728d81..0fbbe871cf 100644
--- a/src/util/logging.cpp
+++ b/src/util/logging.cpp
@@ -56,7 +56,6 @@ inline QString formatLogFileMessage(
QtMsgType type,
const QString& message,
const QString& threadName) {
-
QString levelName;
switch (type) {
case QtDebugMsg: