Removed postoffice spam
authorKristoffer Grönlund <kristoffer.gronlund@purplescout.se>
Thu, 7 Jan 2010 23:38:59 +0000 (00:38 +0100)
committerKristoffer Grönlund <kristoffer.gronlund@purplescout.se>
Thu, 7 Jan 2010 23:38:59 +0000 (00:38 +0100)
jamaui/postoffice.py

index a84158b..e47cccf 100644 (file)
@@ -37,7 +37,7 @@ class PostOffice(object):
 
     def notify(self, tag, *data):
         with self.lock:
-            log.info("(%s %s)", tag, " ".join(str(x) for x in data))
+            #log.info("(%s %s)", tag, " ".join(str(x) for x in data))
             clients = self.tags.get(tag)
             if clients:
                 for ref, client in clients: