X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fpython%2FTools%2FHardwareInfo.py;h=e72d29124d6b3389769ece725c1c0627c5306a79;hb=bebd975124d229da970d05a3ca20acda3060fb1d;hp=612a565f34cfcd2165fd387764b52f52fed89d7d;hpb=bdd9e446243db1603e5ab6018ecbed3d4c8a59bd;p=vuplus_dvbapp 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"