[tor-commits] [flashproxy/master] Remove debugging lines in tests.
infinity0 at torproject.org
infinity0 at torproject.org
Mon Oct 28 14:47:41 UTC 2013
commit 637a0be2873b841a29713fcc0c94d14ca671dcb6
Author: David Fifield <david at 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)
More information about the tor-commits
mailing list