From: ghost Date: Tue, 9 Feb 2010 13:26:35 +0000 (+0100) Subject: lib/python/Tools/HardwareInfo.py: remove debug output X-Git-Tag: 2.8.0~62 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/0b5970ebeb4e04cc7b733d2d7b8044459407c634 lib/python/Tools/HardwareInfo.py: remove debug output --- 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"