Remove debug printing.
authorAntony Chazapis <chazapis@macbook.local>
Thu, 29 Dec 2011 11:45:40 +0000 (13:45 +0200)
committerAntony Chazapis <chazapis@macbook.local>
Thu, 29 Dec 2011 11:45:40 +0000 (13:45 +0200)
pithos/api/public.py
pithos/tools/pithos-test

index 0557e80..a932a02 100644 (file)
@@ -88,7 +88,6 @@ def public_read(request, v_public):
     #                       badRequest (400),
     #                       notModified (304)
     
-    print '***', v_public
     try:
         v_account, v_container, v_object = request.backend.get_public(request.user_uniq,
                                                     decode_url(v_public))
index 881001d..32d6108 100755 (executable)
@@ -2044,7 +2044,7 @@ class AssertMappingInvariant(object):
         for k, v in self.map.items():
             if is_date(v):
                 continue
-            print '#', k, v, map[k]
+            #print '#', k, v, map[k]
             assert(k in map)
             assert v == map[k]