about summary refs log tree commit diff
path: root/src/libstore/s3-binary-cache-store.cc
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2018-10-30T18·28+0100
committerEelco Dolstra <edolstra@gmail.com>2018-10-30T18·28+0100
commit38d76d6d78e691c5ede8b929cf41ffe849349a8e (patch)
tree879b3cc4b8c70dbbacf53ae801ca46733fbafcbc /src/libstore/s3-binary-cache-store.cc
parent9f99d62480cf7c58c0a110b180f2096b7d25adab (diff)
Remove redundant message
Diffstat (limited to 'src/libstore/s3-binary-cache-store.cc')
-rw-r--r--src/libstore/s3-binary-cache-store.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libstore/s3-binary-cache-store.cc b/src/libstore/s3-binary-cache-store.cc
index c5c6b89b1977..1f755ba9eee7 100644
--- a/src/libstore/s3-binary-cache-store.cc
+++ b/src/libstore/s3-binary-cache-store.cc
@@ -328,8 +328,6 @@ struct S3BinaryCacheStoreImpl : public S3BinaryCacheStore
                 s3Helper.client->PutObject(request));
         }
 
-        printTalkative("upload of '%s' completed", path);
-
         auto now2 = std::chrono::steady_clock::now();
 
         auto duration =