remove obsolete output

This commit is contained in:
Yannik Schmidt
2021-02-26 12:44:09 +01:00
parent 03bed2a976
commit 7256a422f3

View File

@@ -284,7 +284,6 @@ class WidgetGallery(QDialog):
def openFile(self, button):
if button.text() == self.localization.open_pic and self.truePath:
print("JES")
PyQt5.QtGui.QDesktopServices.openUrl(QUrl.fromLocalFile(self.truePath));
else:
pass