diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2005-11-09 15:47:49 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2005-11-09 15:47:49 +0000 |
| commit | 878c28f3ac56f6dce9647993278e36cacb994bcc (patch) | |
| tree | f03ae3ac62482c1c129dc6f4f5b68d7058b95ca8 /Navigation.py | |
| parent | 67faf09dfe31f3c44d5e32bc001c2ae372dcc780 (diff) | |
| download | enigma2-878c28f3ac56f6dce9647993278e36cacb994bcc.tar.gz enigma2-878c28f3ac56f6dce9647993278e36cacb994bcc.zip | |
disable some debug output
Diffstat (limited to 'Navigation.py')
| -rw-r--r-- | Navigation.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Navigation.py b/Navigation.py index b71c93c5..6934f11f 100644 --- a/Navigation.py +++ b/Navigation.py @@ -12,14 +12,10 @@ class Navigation: NavigationInstance.instance = self self.ServiceHandler = eServiceCenter.getInstance() - print self.ServiceHandler import Navigation as Nav Nav.navcore = self - print "Navcore instance set!" - print Nav.navcore - self.pnav = pNavigation() self.pnav.m_event.get().append(self.callEvent) self.event = [ ] @@ -51,7 +47,6 @@ class Navigation: print "record returned non-zero" return None else: - print "ok, recordService didn't fail" return service def enqueueService(self, ref): |
