projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21daa70
)
tests: remove debug print
author
Zooko O'Whielacronx
<zooko@zooko.com>
Mon, 2 Aug 2010 06:33:39 +0000
(23:33 -0700)
committer
Zooko O'Whielacronx
<zooko@zooko.com>
Mon, 2 Aug 2010 06:33:39 +0000
(23:33 -0700)
src/allmydata/test/test_upload.py
patch
|
blob
|
history
diff --git
a/src/allmydata/test/test_upload.py
b/src/allmydata/test/test_upload.py
index 0cf9495f409f2059f3fa4f2db6aefe060cba68d4..5deebbd3bc35f57d3ab4388317e99360c03a8d19 100644
(file)
--- a/
src/allmydata/test/test_upload.py
+++ b/
src/allmydata/test/test_upload.py
@@
-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