Remove debug comment from s3 module

pull/4420/head
James Tanner 2013-10-09 12:25:09 -04:00
parent 9c3fb9c2b7
commit c55107fa83
1 changed files with 1 additions and 1 deletions

View File

@ -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: