aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-09-21 20:33:24 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-09-21 20:33:24 +0000
commit3b5048babf7e8df97b8d0267543c7fa47ec7f21d (patch)
treef36f8d82fab1846ed8b56acd3cc1b9b073f15c79 /lib
parentc154af7e843861ae9e826f4d46c08799cfef5ff4 (diff)
downloadenigma2-3b5048babf7e8df97b8d0267543c7fa47ec7f21d.tar.gz
enigma2-3b5048babf7e8df97b8d0267543c7fa47ec7f21d.zip
remove debug
Diffstat (limited to 'lib')
-rw-r--r--lib/python/Components/GUISkin.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/python/Components/GUISkin.py b/lib/python/Components/GUISkin.py
index 9f65025d..b7cfb430 100644
--- a/lib/python/Components/GUISkin.py
+++ b/lib/python/Components/GUISkin.py
@@ -43,7 +43,6 @@ class GUISkin:
if isinstance(val, GUIComponent):
val.GUIdelete()
if seenFakeSource:
- print "DEL FAKE SOURCE"
del self["fake"]
def close(self):