diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2007-09-26 20:31:43 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2007-09-26 20:31:43 +0000 |
| commit | 35f4d6b50c5e8c79e57dea6e9ad9403b5ab6fdd5 (patch) | |
| tree | 4814250ccc8becc43735a8a724c86b9225d0316b /lib/python/Components | |
| parent | bd2e4390946cda853f8d295b76d491d2d60bbe4a (diff) | |
| download | enigma2-35f4d6b50c5e8c79e57dea6e9ad9403b5ab6fdd5.tar.gz enigma2-35f4d6b50c5e8c79e57dea6e9ad9403b5ab6fdd5.zip | |
remove debug
Diffstat (limited to 'lib/python/Components')
| -rw-r--r-- | lib/python/Components/Renderer/Picon.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/python/Components/Renderer/Picon.py b/lib/python/Components/Renderer/Picon.py index 6d97341d..4faf4e40 100644 --- a/lib/python/Components/Renderer/Picon.py +++ b/lib/python/Components/Renderer/Picon.py @@ -17,7 +17,6 @@ class Picon(Renderer): self.pngname = "" def applySkin(self, desktop): - print "-> Picon, applySkin:", self.skinAttributes attribs = [ ] for (attrib, value) in self.skinAttributes: if attrib == "path": @@ -30,7 +29,6 @@ class Picon(Renderer): GUI_WIDGET = ePixmap def changed(self, what): - print "PICON: path=%s" % self.path if self.instance: pngname = "" if what[0] != self.CHANGED_CLEAR: |
