Skip to content
Snippets Groups Projects
Commit a884d48d authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

remove asserts

parent d6531ee6
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment