diff options
| author | acid-burn <acidburn@opendreambox.org> | 2008-11-05 22:39:18 +0100 |
|---|---|---|
| committer | Andreas Oberritter <obi@saftware.de> | 2008-11-06 01:47:05 +0100 |
| commit | 81d7587c5c5489dcc300cc4d91ca967838471472 (patch) | |
| tree | 49aa4549607cd36fd4eddba83dd6974521d30f99 /lib/python/Screens | |
| parent | 040e658a3f89783e0030392110e87cc992264cdd (diff) | |
| download | enigma2-81d7587c5c5489dcc300cc4d91ca967838471472.tar.gz enigma2-81d7587c5c5489dcc300cc4d91ca967838471472.zip | |
remove debug
Diffstat (limited to 'lib/python/Screens')
| -rwxr-xr-x | lib/python/Screens/NetworkSetup.py | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/python/Screens/NetworkSetup.py b/lib/python/Screens/NetworkSetup.py index 6ace1857..7c9dc827 100755 --- a/lib/python/Screens/NetworkSetup.py +++ b/lib/python/Screens/NetworkSetup.py @@ -413,7 +413,7 @@ class AdapterSetup(Screen, ConfigListScreen, HelpableScreen): self.aps = self.w.getNetworkList() if self.aps is not None: print "[NetworkSetup.py] got Accespoints!" - print self.aps + #print self.aps for ap in self.aps: a = self.aps[ap] if a['active']: @@ -957,18 +957,13 @@ class AdapterSetupConfiguration(Screen, HelpableScreen): iStatus.stopWlanConsole() def getInfoCB(self,data,status): - print "im getInfoCB" if data is not None: if data is True: if status is not None: - print "im getInfoCB status" - print "acesspoint",status[self.iface]["acesspoint"] if status[self.iface]["acesspoint"] == "No Connection" or status[self.iface]["acesspoint"] == "Not-Associated" or status[self.iface]["acesspoint"] == False: - print "setting statuspix 1" self["statuspic"].setPixmapNum(1) else: self["statuspic"].setPixmapNum(0) - print "setting statuspix 0" self["statuspic"].show() class NetworkAdapterTest(Screen): |
