diff --git a/src/libstore/s3-binary-cache-store.cc b/src/libstore/s3-binary-cache-store.cc index c5c6b89b1..1f755ba9e 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 =