Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Drake <dsd@laptop.org>2008-11-22 18:25:27 (GMT)
committer Daniel Drake <dsd@laptop.org>2008-11-22 18:25:27 (GMT)
commit521dfcd7cf1bada5bee21d4903cff9110af7b806 (patch)
treed4f758687fd228c57b651aba071a2f84e33b006a
parent9ca6ac3b7dc1becd875ec747b3418e9a71612c6a (diff)
Remove debug message
-rw-r--r--ui.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui.py b/ui.py
index fc8a53c..d1a6726 100644
--- a/ui.py
+++ b/ui.py
@@ -1410,7 +1410,6 @@ class UI:
def showWidgets( self ):
pos = []
- print "showwidgets livemode %s" % self.LIVEMODE
if (self.ca.m.MODE == Constants.MODE_PHOTO):
if (not self.LIVEMODE):
pos.append({"position":"pgd", "window":self.pipBgdWindow} )