diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2010-02-09 14:26:35 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2010-02-09 14:28:15 +0100 |
| commit | a57f7724f413c42aa22c87331c986eeac45ac957 (patch) | |
| tree | 3599bf7f88b08d2cc30f12a09c019d98a958349b /lib/python/Tools | |
| parent | 07546e9555132554de255826213f52e456b5ee1e (diff) | |
| download | enigma2-a57f7724f413c42aa22c87331c986eeac45ac957.tar.gz enigma2-a57f7724f413c42aa22c87331c986eeac45ac957.zip | |
lib/python/Tools/HardwareInfo.py: remove debug output
Diffstat (limited to 'lib/python/Tools')
| -rw-r--r-- | lib/python/Tools/HardwareInfo.py | 2 |
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" |
