From c55107fa83d56241fd185633e7aa93aac97bbf1a Mon Sep 17 00:00:00 2001 From: James Tanner Date: Wed, 9 Oct 2013 12:25:09 -0400 Subject: [PATCH] Remove debug comment from s3 module --- library/cloud/s3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/cloud/s3 b/library/cloud/s3 index 5f1e4461e64..e67bc079d14 100644 --- a/library/cloud/s3 +++ b/library/cloud/s3 @@ -378,7 +378,7 @@ def main(): if overwrite is True: upload_s3file(module, s3, bucket, obj, src, expiry) else: - get_download_url(module, s3, bucket, obj, expiry, changed=False) ## PATCH + get_download_url(module, s3, bucket, obj, expiry, changed=False) else: sum_matches = False if overwrite is True: