From: ghost Date: Fri, 31 Oct 2008 16:16:10 +0000 (+0100) Subject: remove debug output X-Git-Tag: 2.6.0~350^2~51 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/340ec4b3727cb61e1038ca97b006471b5568e8a3?ds=sidebyside remove debug output --- diff --git a/lib/python/Components/Network.py b/lib/python/Components/Network.py index 5c9e06b7..cf21c6d0 100644 --- a/lib/python/Components/Network.py +++ b/lib/python/Components/Network.py @@ -18,7 +18,6 @@ class Network: devicesPattern = re_compile('[a-z]+[0-9]+') self.configuredInterfaces = [] fp = file('/proc/net/dev', 'r') - system("cat /proc/net/dev") result = fp.readlines() fp.close() for line in result: