From 43b617ee5901a54f49621676fef6691457a8ebc3 Mon Sep 17 00:00:00 2001 From: Piotr Maslanka <piotr.maslanka@henrietta.com.pl> Date: Sat, 14 Jan 2017 04:08:51 +0100 Subject: [PATCH] die printfs --- coolamqp/attaches/agroup.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/coolamqp/attaches/agroup.py b/coolamqp/attaches/agroup.py index d47cbf2..341c7a3 100644 --- a/coolamqp/attaches/agroup.py +++ b/coolamqp/attaches/agroup.py @@ -66,7 +66,5 @@ class AttacheGroup(Attache): for attache in self.attaches: if not attache.cancelled: attache.attach(connection) - else: - raise Exception(u'I should not have found a cancelled attache here...') -- GitLab