From f38755e28367bd3d4c913ea27f76b882e307b75b Mon Sep 17 00:00:00 2001 From: Jan Holthuis Date: Fri, 23 Oct 2020 23:23:34 +0200 Subject: logging: Remove stray empty line --- src/util/logging.cpp | 1 - 1 file changed, 1 deletion(-) 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: -- cgit v1.2.3