aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/Components')
-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()