aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/Renderer
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2007-09-26 20:31:43 +0000
committerFelix Domke <tmbinc@elitedvb.net>2007-09-26 20:31:43 +0000
commit35f4d6b50c5e8c79e57dea6e9ad9403b5ab6fdd5 (patch)
tree4814250ccc8becc43735a8a724c86b9225d0316b /lib/python/Components/Renderer
parentbd2e4390946cda853f8d295b76d491d2d60bbe4a (diff)
downloadenigma2-35f4d6b50c5e8c79e57dea6e9ad9403b5ab6fdd5.tar.gz
enigma2-35f4d6b50c5e8c79e57dea6e9ad9403b5ab6fdd5.zip
remove debug
Diffstat (limited to 'lib/python/Components/Renderer')
-rw-r--r--lib/python/Components/Renderer/Picon.py2
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: