From 03e4dfdc49f3b923dc68e909d9a91483cf688bf5 Mon Sep 17 00:00:00 2001 From: Seth Call Date: Wed, 8 Jan 2014 18:22:53 +0000 Subject: [PATCH] * removing wipe commands for now --- ruby/spec/support/utilities.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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