From 0f575f46393c6c18244f73947b1bb640f7818628 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Wed, 11 Jan 2023 22:08:58 +0100 Subject: [PATCH] main: Remove explicitly enabling debug messages Fixes #1106 --- src/main.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index dd75ddfc3..da49d1182 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -257,10 +257,6 @@ int main(int argc, char *argv[]) { Q_INIT_RESOURCE(translations); #endif -#ifndef QT_NO_DEBUG_OUTPUT - QLoggingCategory::defaultCategory()->setEnabled(QtDebugMsg, true); -#endif - IconLoader::Init(); #ifdef HAVE_TRANSLATIONS