aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2023-02-23 12:57:30 +0100
committerPapoteur <papoteur@mageia.org>2023-02-23 12:57:30 +0100
commit4974b4c5a0af10fbd17a3b68b52a1d8a54f9c051 (patch)
treedd25d41d9e3be2f62669e0ce71af469a7b2ffa5c /lib
parentb0cbcfc247689704c1fffed5ad1fa524a8e71a8b (diff)
downloadisodumper-4974b4c5a0af10fbd17a3b68b52a1d8a54f9c051.tar
isodumper-4974b4c5a0af10fbd17a3b68b52a1d8a54f9c051.tar.gz
isodumper-4974b4c5a0af10fbd17a3b68b52a1d8a54f9c051.tar.bz2
isodumper-4974b4c5a0af10fbd17a3b68b52a1d8a54f9c051.tar.xz
isodumper-4974b4c5a0af10fbd17a3b68b52a1d8a54f9c051.zip
Cleaning
Diffstat (limited to 'lib')
-rwxr-xr-xlib/isodumper.py1
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)