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 /lib/python/Components/ServiceName.py | |
| parent | 67faf09dfe31f3c44d5e32bc001c2ae372dcc780 (diff) | |
| download | enigma2-878c28f3ac56f6dce9647993278e36cacb994bcc.tar.gz enigma2-878c28f3ac56f6dce9647993278e36cacb994bcc.zip | |
disable some debug output
Diffstat (limited to 'lib/python/Components/ServiceName.py')
| -rw-r--r-- | lib/python/Components/ServiceName.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/python/Components/ServiceName.py b/lib/python/Components/ServiceName.py index c6dcbb7a..2e794d67 100644 --- a/lib/python/Components/ServiceName.py +++ b/lib/python/Components/ServiceName.py @@ -14,8 +14,6 @@ class ServiceName(PerServiceDisplay): def newService(self): service = self.navcore.getCurrentService() - print service - if service is not None: info = service.info() if info is not None: |
