main: Remove explicitly enabling debug messages

Fixes #1106
This commit is contained in:
Jonas Kvinge 2023-01-11 22:08:58 +01:00
parent 7aac741571
commit 0f575f4639
1 changed files with 0 additions and 4 deletions

View File

@ -257,10 +257,6 @@ int main(int argc, char *argv[]) {
Q_INIT_RESOURCE(translations); Q_INIT_RESOURCE(translations);
#endif #endif
#ifndef QT_NO_DEBUG_OUTPUT
QLoggingCategory::defaultCategory()->setEnabled(QtDebugMsg, true);
#endif
IconLoader::Init(); IconLoader::Init();
#ifdef HAVE_TRANSLATIONS #ifdef HAVE_TRANSLATIONS