diff options
-rwxr-xr-x | lib/isodumper.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/isodumper.py b/lib/isodumper.py index 56eb3d6..0f71d95 100755 --- a/lib/isodumper.py +++ b/lib/isodumper.py @@ -1171,7 +1171,6 @@ exFAT, NTFS or ext. You can specify a volume name and the format in a new dialog yui.YUI.app().setApplicationTitle(self._title) try: self.u = UDisks2() - print("UDisks2 OK") except: message = _('UDisks2 is not available on your system') logging.error(message) |