From c47b3f3bcf659788eff7e7747820cd6cedcca89b Mon Sep 17 00:00:00 2001 From: "Rafael H. Schloming" Date: Mon, 22 Feb 2010 14:45:49 +0000 Subject: removed redundant notify git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@912590 13f79535-47bb-0310-9956-ffa450edef68 --- python/qpid/messaging/driver.py | 1 - 1 file changed, 1 deletion(-) (limited to 'python') diff --git a/python/qpid/messaging/driver.py b/python/qpid/messaging/driver.py index 0569d31f2a..7eeee02f3c 100644 --- a/python/qpid/messaging/driver.py +++ b/python/qpid/messaging/driver.py @@ -1032,7 +1032,6 @@ class Driver: rcv.received += 1 log.debug("RCVD[%s]: %s", ssn.log_id, msg) ssn.incoming.append(msg) - self.connection._waiter.notifyAll() def _decode(self, xfr): dp = EMPTY_DP -- cgit v1.2.1