diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2018-10-30T18·28+0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2018-10-30T18·28+0100 |
commit | 38d76d6d78e691c5ede8b929cf41ffe849349a8e (patch) | |
tree | 879b3cc4b8c70dbbacf53ae801ca46733fbafcbc /src | |
parent | 9f99d62480cf7c58c0a110b180f2096b7d25adab (diff) |
Remove redundant message
Diffstat (limited to 'src')
-rw-r--r-- | src/libstore/s3-binary-cache-store.cc | 2 |
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 = |