aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/Network.py
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2008-10-31 17:16:10 +0100
committerAndreas Oberritter <obi@saftware.de>2008-11-06 01:47:03 +0100
commit9d3e9f9dcb8b1f579fac1b36185507d314b2b9b7 (patch)
treefd66ede9e7287d742d34db9a660f2e5c03871078 /lib/python/Components/Network.py
parentd1969e292c8208feb7825bdcd4fc3e64e0dbc2fa (diff)
downloadenigma2-9d3e9f9dcb8b1f579fac1b36185507d314b2b9b7.tar.gz
enigma2-9d3e9f9dcb8b1f579fac1b36185507d314b2b9b7.zip
remove debug output
Diffstat (limited to 'lib/python/Components/Network.py')
-rw-r--r--lib/python/Components/Network.py1
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: