Author: dmeyer
Date: Fri Apr  7 19:30:08 2006
New Revision: 1390

Modified:
   trunk/base/src/ipc.py

Log:
remove debug

Modified: trunk/base/src/ipc.py
==============================================================================
--- trunk/base/src/ipc.py       (original)
+++ trunk/base/src/ipc.py       Fri Apr  7 19:30:08 2006
@@ -686,7 +686,6 @@
         if packet_type[:3] == "REQ" and timeout > 0:
             t0 = time.time()
             while self.socket and self._wait_queue[seq][1] == False and 
time.time() - t0 < timeout:
-                print 'step'
                 kaa.notifier.step()
         else:
             self.handle_write()


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to