From: Zooko O'Whielacronx Date: Mon, 2 Aug 2010 06:33:39 +0000 (-0700) Subject: tests: remove debug print X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=28822dfb4e150a59b8f6914d5675410038023c8a;p=tahoe-lafs%2Ftahoe-lafs.git tests: remove debug print --- diff --git a/src/allmydata/test/test_upload.py b/src/allmydata/test/test_upload.py index 0cf9495f..5deebbd3 100644 --- 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