Browse code

useless comment remove

Vasileios Mitrousis authored on 2014/02/19 06:56:55
Showing 1 changed files
... ...
@@ -489,7 +489,6 @@ class S3(object):
489 489
 
490 490
     def object_batch_delete(self, uri, batch):
491 491
         def compose_batch_del_xml(key_list):
492
-#            print '%s\n%s' % (key_list[0], key_list[1])
493 492
             body = "<Delete>"
494 493
             for key in key_list:
495 494
                 uri = S3Uri(key)