From d4a02aa1cdcdc62a77ebd2a129d3a2d899ab1083 Mon Sep 17 00:00:00 2001 From: Sajith Sasidharan Date: Thu, 9 Jul 2020 17:14:55 -0400 Subject: [PATCH] Remove a print statement --- src/allmydata/test/web/test_status.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/allmydata/test/web/test_status.py b/src/allmydata/test/web/test_status.py index e351c13c8..0779e7d80 100644 --- a/src/allmydata/test/web/test_status.py +++ b/src/allmydata/test/web/test_status.py @@ -68,5 +68,3 @@ class StatusTests(TrialTestCase): self, soup, u"h2", "Recent Operations:" ) - - print doc