From 28822dfb4e150a59b8f6914d5675410038023c8a Mon Sep 17 00:00:00 2001
From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Sun, 1 Aug 2010 23:33:39 -0700
Subject: [PATCH] tests: remove debug print

---
 src/allmydata/test/test_upload.py | 1 -
 1 file changed, 1 deletion(-)

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
-- 
2.45.2