Remove print

This commit is contained in:
Dan 2018-02-25 14:22:18 +01:00
parent c088018afa
commit 834fff88da

View File

@ -370,7 +370,6 @@ class Client:
except Exception as e:
log.error(e, exc_info=True)
finally:
print(done)
done.set()
try: