diff --git a/coolamqp/uplink/connection/recv_framer.py b/coolamqp/uplink/connection/recv_framer.py
index f476cfd227aba37f00ce1de1c4b8786adbfd0f03..1a7054621efc9a25d5469c84dcbfb89997af2e72 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):