Author: dmeyer
Date: Thu Jan 26 20:58:44 2006
New Revision: 7882

Modified:
   trunk/core/src/ipc/mbus_wrapper.py

Log:
remove some debug prints

Modified: trunk/core/src/ipc/mbus_wrapper.py
==============================================================================
--- trunk/core/src/ipc/mbus_wrapper.py  (original)
+++ trunk/core/src/ipc/mbus_wrapper.py  Thu Jan 26 20:58:44 2006
@@ -439,19 +439,14 @@
 
     def send_event(self, event, *args):
         send_to = []
-        print 'send', event
         args = _toMType(args)
         for entity in self.__remote_entities.values():
             if not entity.valid:
-                print 'invalid', entity
                 continue
             for ev in entity.registrations:
                 if event.startswith(ev):
-                    print 'send to', entity
                     self.sendReliable(entity.addr, event, args)
                     break
-            else:
-                print 'skip', entity
                                     
 
 # Check for mbus configuration file. It is either ~/.mbus or defined


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to