Author: remi
Date: 2009-03-14 15:21:39 +0100 (Sat, 14 Mar 2009)
New Revision: 4073

Modified:
   
software_suite_v2/tuxware/tuxdroidserver/trunk/resources/02_robot_api/resourceTTS.py
Log:
* forgot to remove some print

Modified: 
software_suite_v2/tuxware/tuxdroidserver/trunk/resources/02_robot_api/resourceTTS.py
===================================================================
--- 
software_suite_v2/tuxware/tuxdroidserver/trunk/resources/02_robot_api/resourceTTS.py
        2009-03-14 14:19:36 UTC (rev 4072)
+++ 
software_suite_v2/tuxware/tuxdroidserver/trunk/resources/02_robot_api/resourceTTS.py
        2009-03-14 14:21:39 UTC (rev 4073)
@@ -106,7 +106,6 @@
                     lastUuid = self.__getCurrentUuid()
                     self.__setCurrentUuid(None)
                     if not self.__checkForUuidFound(lastUuid):
-                        print "ST_NAME_TTS_STACK_EMPTY", lastUuid
                         eventsHandler.emit(ST_NAME_TTS_STACK_EMPTY, (lastUuid,
                             0.0))
                     continue
@@ -115,7 +114,6 @@
                 lastUuid = self.__getCurrentUuid()
                 self.__setCurrentUuid(None)
                 if not self.__checkForUuidFound(lastUuid):
-                    print "ST_NAME_TTS_STACK_EMPTY", lastUuid
                     eventsHandler.emit(ST_NAME_TTS_STACK_EMPTY, (lastUuid, 
0.0))
             time.sleep(0.25)
 
@@ -155,7 +153,6 @@
             resourceTuxOSL.ttsStop()
             eventsHandler.emit(ST_NAME_TTS_SOUND_STATE, ("OFF", 0.0))
             for uuid in uuidElementsList:
-                print "ST_NAME_TTS_STACK_EMPTY", uuid
                 eventsHandler.emit(ST_NAME_TTS_STACK_EMPTY, (uuid, 0.0))
 
     def stackRemoveByUuid(self, uuid):
@@ -181,7 +178,6 @@
                 if currentUuid == uuid:
                     resourceTuxOSL.ttsStop()
                     eventsHandler.emit(ST_NAME_TTS_SOUND_STATE, ("OFF", 0.0))
-            print "ST_NAME_TTS_STACK_EMPTY", uuid
             eventsHandler.emit(ST_NAME_TTS_STACK_EMPTY, (uuid, 0.0))
 
     def stackPush(self, text, locutor, pitch, uuid = "0"):
@@ -196,7 +192,6 @@
             return
         def async():
             if not self.__checkForUuidFound(uuid):
-                print "ST_NAME_TTS_STACK_FILLING", uuid
                 eventsHandler.emit(ST_NAME_TTS_STACK_FILLING, (uuid, 0.0))
             self.__stackMutex.acquire()
             if uuid != "0":


------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn

Reply via email to