[flashproxy/master] Remove debugging lines in tests.

commit 637a0be2873b841a29713fcc0c94d14ca671dcb6 Author: David Fifield <david@bamsoftware.com> Date: Wed Oct 16 21:32:35 2013 -0700 Remove debugging lines in tests. --- facilitator/facilitator-test | 2 -- 1 file changed, 2 deletions(-) diff --git a/facilitator/facilitator-test b/facilitator/facilitator-test index 1c99b56..040d4d4 100755 --- a/facilitator/facilitator-test +++ b/facilitator/facilitator-test @@ -155,9 +155,7 @@ class EndpointsTest(unittest.TestCase): self.pts.addEndpoint("A", "p") self.pts2 = Endpoints(af=socket.AF_INET, maxserve=2) self.pts2.addEndpoint("B", "p") - print self.pts2._indexes, self.pts2._served Endpoints.match(self.pts2, self.pts, ["p"]) - print self.pts2._indexes, self.pts2._served Endpoints.match(self.pts2, self.pts, ["p"]) empty = Endpoints.EMPTY_MATCH self.assertTrue("B" not in self.pts2._endpoints)
participants (1)
-
infinity0@torproject.org