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

die printfs

parent dcf1711d
No related branches found
No related tags found
No related merge requests found
...@@ -66,7 +66,5 @@ class AttacheGroup(Attache): ...@@ -66,7 +66,5 @@ class AttacheGroup(Attache):
for attache in self.attaches: for attache in self.attaches:
if not attache.cancelled: if not attache.cancelled:
attache.attach(connection) attache.attach(connection)
else:
raise Exception(u'I should not have found a cancelled attache here...')
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