Skip to content

Commit

Permalink
Remove Qt5 print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
eloquence committed Jun 23, 2022
1 parent 621696f commit 8060842
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion launcher/sdw-launcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import argparse

if Util.get_qt_version() == 5:
print("Using Qt5 (experimental)")
from PyQt5.QtWidgets import QApplication
else:
from PyQt4.QtGui import QApplication
Expand Down

0 comments on commit 8060842

Please sign in to comment.