test_web: remove noisy print statement

This commit is contained in:
Brian Warner 2018-03-21 00:13:52 -07:00
parent 57066b035b
commit e6ddd03338

View File

@ -1046,7 +1046,6 @@ class Web(WebMixin, WebErrorMixin, testutil.StallMixin, testutil.ReallyEqualMixi
data = yield self.GET(
'/',
)
print(data)
def test_status(self):
h = self.s.get_history()