--- a/src/eric7/UI/SplashScreen.py Sat Jun 08 19:11:03 2024 +0200 +++ b/src/eric7/UI/SplashScreen.py Sun Jun 09 16:49:06 2024 +0200 @@ -7,7 +7,6 @@ Module implementing a splashscreen for eric. """ -import logging import os.path from PyQt6.QtCore import Qt @@ -43,7 +42,6 @@ @param msg message to be shown @type str """ - logging.debug(msg) super().showMessage(msg, self.labelAlignment, QColor(Qt.GlobalColor.white)) QApplication.processEvents() @@ -76,7 +74,7 @@ @param msg message to be shown @type str """ - logging.debug(msg) + pass def clearMessage(self): """