From d9212a9ed99abbb59f82f22e9da9cacc261115fe Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kristoffer=20Gr=C3=B6nlund?= Date: Fri, 8 Jan 2010 00:38:59 +0100 Subject: [PATCH] Removed postoffice spam --- jamaui/postoffice.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jamaui/postoffice.py b/jamaui/postoffice.py index a84158b..e47cccf 100644 --- a/jamaui/postoffice.py +++ b/jamaui/postoffice.py @@ -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: -- 1.7.9.5