X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/90809092c2c28b428203231623e24b682d35d955..9388629a4f48442984dcf3dc0f2c244c6633618c:/lib/python/Components/Harddisk.py diff --git a/lib/python/Components/Harddisk.py b/lib/python/Components/Harddisk.py index e0b66872..9c695a23 100644 --- a/lib/python/Components/Harddisk.py +++ b/lib/python/Components/Harddisk.py @@ -355,7 +355,6 @@ class HarddiskManager: if cap != "": hdd += " (" + cap + ")" list.append((hdd, hd)) - print "list", list return list def getMountedPartitions(self, onlyhotplug = False):