summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2007-02-05 20:34:20 +0000
committerAlan Conway <aconway@apache.org>2007-02-05 20:34:20 +0000
commit1d0e78b57d3b1a395fe0417c247cb560eaf8ded0 (patch)
tree8942eac43502912a096276e2ec8f766dcb35b51c /python
parentfc8f20319e9e53f5b879c9b10ef96a7dc1d32ab2 (diff)
downloadqpid-python-1d0e78b57d3b1a395fe0417c247cb560eaf8ded0.tar.gz
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
Diffstat (limited to 'python')
-rw-r--r--python/qpid/connection.py1
1 files changed, 0 insertions, 1 deletions
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: