diff --git a/ruby/spec/support/utilities.rb b/ruby/spec/support/utilities.rb index 29d558fe5..1ff71d70f 100644 --- a/ruby/spec/support/utilities.rb +++ b/ruby/spec/support/utilities.rb @@ -24,10 +24,10 @@ def wipe_s3_test_bucket :secret_access_key => test_config.aws_secret_access_key) test_bucket = s3.buckets[JAMKAZAM_TESTING_BUCKET] if test_bucket.name == JAMKAZAM_TESTING_BUCKET - puts "test_bucket name = #{test_bucket.name}" - test_bucket.acl.grants each do |grant| - puts "test_bucket ACL grant: #{grant.to_s}" - end + #puts "test_bucket name = #{test_bucket.name}" + #test_bucket.acl.grants each do |grant| + # puts "test_bucket ACL grant: #{grant.to_s}" + #end #test_bucket.clear! end end \ No newline at end of file