From b31540865a5aa3eff640cf34fa66c16c027facf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Thu, 26 Dec 2019 12:56:43 +0100 Subject: [PATCH] remove asserts --- coolamqp/attaches/consumer.py | 1 - 1 file changed, 1 deletion(-) diff --git a/coolamqp/attaches/consumer.py b/coolamqp/attaches/consumer.py index 3857ca8..e13fd59 100644 --- a/coolamqp/attaches/consumer.py +++ b/coolamqp/attaches/consumer.py @@ -201,7 +201,6 @@ class Consumer(Channeler): super(Consumer, self).on_operational(operational) if operational: - assert self.receiver is None self.receiver = MessageReceiver(self) # notify the future -- GitLab