src/eric7/UI/SplashScreen.py

branch
eric7
changeset 10760
f702f6781b05
parent 10692
9becf9ca115c
child 11090
f5f5f5803935
--- 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):
         """

eric ide

mercurial