Skip to content

Commit

Permalink
print() removed as per wsanchez's comment
Browse files Browse the repository at this point in the history
glyph committed Oct 22, 2016
1 parent 71aca3e commit 0b12f57
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/twisted/logger/test/test_json.py
Original file line number Diff line number Diff line change
@@ -291,7 +291,6 @@ def test_failureFormatting(self):
1 / 0
except:
logger.failure("failed as expected")
print("AN_VALUE", io.getvalue())
reader = StringIO(io.getvalue())
events = list(eventsFromJSONLogFile(reader))
self.assertEqual(len(events), 1)

0 comments on commit 0b12f57

Please sign in to comment.