Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ui.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/ui.py b/ui.py
index e75f712..e558055 100644
--- a/ui.py
+++ b/ui.py
@@ -342,13 +342,11 @@ class UI:
def finalSetUp( self ):
- print("finalSetUp")
self.LAUNCHING = False
self.ACTIVE = self.ca.get_property( "visible" )
self.updateVideoComponents()
if (self.ACTIVE):
- print("finalSetUp 2, active!")
self.ca.glive.play()