From 90a678a78131df5a602e8aabcdf3d2e71973e2ee Mon Sep 17 00:00:00 2001
From: Piotr Maslanka <piotr.maslanka@henrietta.com.pl>
Date: Tue, 10 Jan 2017 21:12:55 +0100
Subject: [PATCH] print removed

---
 coolamqp/uplink/connection/recv_framer.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/coolamqp/uplink/connection/recv_framer.py b/coolamqp/uplink/connection/recv_framer.py
index f476cfd..1a70546 100644
--- a/coolamqp/uplink/connection/recv_framer.py
+++ b/coolamqp/uplink/connection/recv_framer.py
@@ -69,7 +69,6 @@ class ReceivingFramer(object):
             self.chunks[0] = self.chunks[0][up_to:]
 
         self.total_data_len -= len(q)
-        print(repr(q))
         return q
 
     def _statemachine(self):
-- 
GitLab