From 2d96239ffa21b1593073d5cea1f90abbed3dbea6 Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Mon, 13 Mar 2017 12:58:31 -0700 Subject: [PATCH] comment out debugging statement.. --- publishers/s3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publishers/s3.py b/publishers/s3.py index 85dbe25..5d9e880 100644 --- a/publishers/s3.py +++ b/publishers/s3.py @@ -46,7 +46,7 @@ class S3(Publisher): redirect_meta = redirect['to'] k.key = item.path.replace(str(root), '') kmd5 = bucket.get_key(item.path.replace(str(root), '')) - print 'f:', `item.path`, `kmd5.etag[1:-1], k.compute_md5(open(item.path))[0]` + #print 'f:', `item.path`, `kmd5.etag[1:-1], k.compute_md5(open(item.path))[0]` if kmd5 is None or \ kmd5.etag[1:-1] != k.compute_md5(open(item.path))[0]: print 'updating:', `item.path.replace(str(root), '')`