use harddiskmanager in about screen
[enigma2.git] / lib / python / Components / Harddisk.py
index e0b668720c4e9bdf9ee1d260e1399f06d3fd35eb..9c695a231c14d3761f9a775ce358fc03c9b04394 100644 (file)
@@ -355,7 +355,6 @@ class HarddiskManager:
                        if cap != "":
                                hdd += " (" + cap + ")"
                        list.append((hdd, hd))
-               print "list", list
                return list
 
        def getMountedPartitions(self, onlyhotplug = False):