aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/Harddisk.py
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-07-11 15:53:19 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-07-11 15:53:19 +0000
commit9388629a4f48442984dcf3dc0f2c244c6633618c (patch)
tree37e0795d0508ba35d3be347d96b596df928f4ea4 /lib/python/Components/Harddisk.py
parent90809092c2c28b428203231623e24b682d35d955 (diff)
downloadenigma2-9388629a4f48442984dcf3dc0f2c244c6633618c.tar.gz
enigma2-9388629a4f48442984dcf3dc0f2c244c6633618c.zip
use harddiskmanager in about screen
Diffstat (limited to 'lib/python/Components/Harddisk.py')
-rw-r--r--lib/python/Components/Harddisk.py1
1 files changed, 0 insertions, 1 deletions
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):