remove unneeded print

This commit is contained in:
2025-01-09 13:06:14 +01:00
parent 5aae18dc09
commit 2c90699fe3

View File

@@ -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([])