From 1d0e78b57d3b1a395fe0417c247cb560eaf8ded0 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Mon, 5 Feb 2007 20:34:20 +0000 Subject: Removed debug print statement accidentally included in last commit. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@503858 13f79535-47bb-0310-9956-ffa450edef68 --- python/qpid/connection.py | 1 - 1 file changed, 1 deletion(-) (limited to 'python') diff --git a/python/qpid/connection.py b/python/qpid/connection.py index f826aa0b29..0785fe8774 100644 --- a/python/qpid/connection.py +++ b/python/qpid/connection.py @@ -113,7 +113,6 @@ class Connection: garbage += chr(end) end = c.decode_octet() raise "frame error: expected %r, got %r" % (self.FRAME_END, garbage) - print "==== FRAME ", frame return frame class Frame: -- cgit v1.2.1