From 2c90699fe3df9b3455edbc4d20824616b79fe58a Mon Sep 17 00:00:00 2001 From: WorldTeacher Date: Thu, 9 Jan 2025 13:06:14 +0100 Subject: [PATCH] remove unneeded print --- src/ui/main_ui.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ui/main_ui.py b/src/ui/main_ui.py index c6d2603..f57936c 100644 --- a/src/ui/main_ui.py +++ b/src/ui/main_ui.py @@ -563,7 +563,6 @@ def launch(*argv): #print(options) QtCore.QLocale().setDefault(QtCore.QLocale(QtCore.QLocale.Language.German, QtCore.QLocale.Country.Germany)) SYSTEM_LANGUAGE = QtCore.QLocale().system().name() - print(SYSTEM_LANGUAGE) # Load base QT translations from the normal place app = QtWidgets.QApplication([])