remove some print statements

This commit is contained in:
holger krekel
2019-07-19 12:24:56 +02:00
parent 35f3c0edd1
commit 42688a0622
6 changed files with 53 additions and 26 deletions

View File

@@ -31,7 +31,7 @@ def test_dc_close_events():
if info_string in data2:
return
else:
print("skipping info event", data2)
print("skipping event", *ev)
find("disconnecting INBOX-watch")
find("disconnecting sentbox-thread")