X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/bdd9e446243db1603e5ab6018ecbed3d4c8a59bd..HEAD:/lib/python/Tools/HardwareInfo.py 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"