From: ghost Date: Tue, 9 Feb 2010 13:26:35 +0000 (+0100) Subject: lib/python/Tools/HardwareInfo.py: remove debug output X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=commitdiff_plain;h=0b5970ebeb4e04cc7b733d2d7b8044459407c634 lib/python/Tools/HardwareInfo.py: remove debug output --- diff --git a/lib/python/Tools/HardwareInfo.py b/lib/python/Tools/HardwareInfo.py index 612a565..e72d291 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"