]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
tests: remove debug print
authorZooko O'Whielacronx <zooko@zooko.com>
Mon, 2 Aug 2010 06:33:39 +0000 (23:33 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Mon, 2 Aug 2010 06:33:39 +0000 (23:33 -0700)
src/allmydata/test/test_upload.py

index 0cf9495f409f2059f3fa4f2db6aefe060cba68d4..5deebbd3bc35f57d3ab4388317e99360c03a8d19 100644 (file)
@@ -711,7 +711,6 @@ def combinations(iterable, r):
 
 def is_happy_enough(servertoshnums, h, k):
     """ I calculate whether servertoshnums achieves happiness level h. I do this with a naïve "brute force search" approach. (See src/allmydata/util/happinessutil.py for a better algorithm.) """
-    print "servertoshnums: ", servertoshnums, "h: ", h, "k: ", k
     if len(servertoshnums) < h:
         return False
     # print "servertoshnums: ", servertoshnums, h, k