X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/64a7bd679d0a4a91699b8de9629b7c20de2fa5d7..cf34bb57372b60d8e66cf5c21e9f73b8d0bc23b8:/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):