[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [flashproxy/master] Remove debugging lines in tests.



commit 637a0be2873b841a29713fcc0c94d14ca671dcb6
Author: David Fifield <david@xxxxxxxxxxxxxxx>
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)



_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits