aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2010-02-09 14:26:35 +0100
committerghost <andreas.monzner@multimedia-labs.de>2010-02-09 14:28:15 +0100
commita57f7724f413c42aa22c87331c986eeac45ac957 (patch)
tree3599bf7f88b08d2cc30f12a09c019d98a958349b /lib/python
parent07546e9555132554de255826213f52e456b5ee1e (diff)
downloadenigma2-a57f7724f413c42aa22c87331c986eeac45ac957.tar.gz
enigma2-a57f7724f413c42aa22c87331c986eeac45ac957.zip
lib/python/Tools/HardwareInfo.py: remove debug output
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Tools/HardwareInfo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Tools/HardwareInfo.py b/lib/python/Tools/HardwareInfo.py
index 612a565f..e72d2912 100644
--- a/lib/python/Tools/HardwareInfo.py
+++ b/lib/python/Tools/HardwareInfo.py
@@ -3,7 +3,7 @@ class HardwareInfo:
def __init__(self):
if HardwareInfo.device_name is not None:
- print "using cached result"
+# print "using cached result"
return
HardwareInfo.device_name = "unknown"