summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-10-23 23:23:34 +0200
committerJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-10-23 23:23:34 +0200
commitf38755e28367bd3d4c913ea27f76b882e307b75b (patch)
treeaec703b778fbbe848ead4268814b137f6cf50648
parent7640a26ac892892539e8bf931fbb7ed6c3c581c4 (diff)
logging: Remove stray empty line
-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: