From: Felix Domke Date: Wed, 30 Nov 2005 00:01:39 +0000 (+0000) Subject: remove debug X-Git-Tag: 2.6.0~4878 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/68a0e8a6af4fce4f9873ce7c5c9ac93baffd7af2 remove debug --- 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()