From e6ddd033386e14cd2d9c2d9fb37a3092b057de5e Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Wed, 21 Mar 2018 00:13:52 -0700 Subject: [PATCH] test_web: remove noisy print statement --- src/allmydata/test/web/test_web.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/allmydata/test/web/test_web.py b/src/allmydata/test/web/test_web.py index 3b2a33182..ed3f5afb5 100644 --- a/src/allmydata/test/web/test_web.py +++ b/src/allmydata/test/web/test_web.py @@ -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()