aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/NetworkSetup.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/Screens/NetworkSetup.py')
-rw-r--r--lib/python/Screens/NetworkSetup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/python/Screens/NetworkSetup.py b/lib/python/Screens/NetworkSetup.py
index 6a8099eb..939e317a 100644
--- a/lib/python/Screens/NetworkSetup.py
+++ b/lib/python/Screens/NetworkSetup.py
@@ -27,7 +27,6 @@ class NetworkAdapterSelection(Screen):
def okbuttonClick(self):
selection = self["adapterlist"].getCurrent()
- print "SELECTION", selection
if selection is not None:
self.session.openWithCallback(self.AdapterSetupClosed, AdapterSetup, selection[1])