mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-20 11:38:52 +00:00
tests: remove debug print
This commit is contained in:
parent
21daa70ee5
commit
28822dfb4e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user