From: Kristoffer Grönlund Date: Thu, 7 Jan 2010 23:38:59 +0000 (+0100) Subject: Removed postoffice spam X-Git-Url: http://git.maemo.org/git/?p=jamaendo;a=commitdiff_plain;h=d9212a9ed99abbb59f82f22e9da9cacc261115fe;ds=sidebyside Removed postoffice spam --- 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: