aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2005-11-30 00:01:39 +0000
committerFelix Domke <tmbinc@elitedvb.net>2005-11-30 00:01:39 +0000
commit68a0e8a6af4fce4f9873ce7c5c9ac93baffd7af2 (patch)
tree9852e5432c95b642066c9ce750e1d8ad12a3ca4a /lib/python
parent6c5be5e892a12b25377ca600741bb11bb8e1872f (diff)
downloadenigma2-68a0e8a6af4fce4f9873ce7c5c9ac93baffd7af2.tar.gz
enigma2-68a0e8a6af4fce4f9873ce7c5c9ac93baffd7af2.zip
remove debug
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Components/Pixmap.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/python/Components/Pixmap.py b/lib/python/Components/Pixmap.py
index 48eec237..8f59880b 100644
--- a/lib/python/Components/Pixmap.py
+++ b/lib/python/Components/Pixmap.py
@@ -33,12 +33,10 @@ class Pixmap(GUIComponent):
pass
def showPixmap(self):
- print "Show pixmap"
self.state = self.SHOWN
self.instance.show()
def hidePixmap(self):
- print "Hide pixmap"
self.state = self.HIDDEN
self.instance.hide()