1
0
mirror of https://github.com/strawberrymusicplayer/strawberry synced 2025-01-05 21:06:58 +01:00

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

View File

@ -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