diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2008-10-31 17:16:10 +0100 |
|---|---|---|
| committer | Andreas Oberritter <obi@saftware.de> | 2008-11-06 01:52:04 +0100 |
| commit | 340ec4b3727cb61e1038ca97b006471b5568e8a3 (patch) | |
| tree | 9425ccf21345f7db1f8e69e81ae5f6b7eac5cee0 /lib/python | |
| parent | 28c7b76bc72da019f3c3bf3aca88c3636062a618 (diff) | |
| download | enigma2-340ec4b3727cb61e1038ca97b006471b5568e8a3.tar.gz enigma2-340ec4b3727cb61e1038ca97b006471b5568e8a3.zip | |
remove debug output
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Components/Network.py | 1 |
1 files changed, 0 insertions, 1 deletions
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: |
