use harddiskmanager in about screen
[vuplus_dvbapp] / lib / python / Components / Harddisk.py
index e0b6687..9c695a2 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):