about summary refs log tree commit diff
path: root/src/libstore
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2017-06-14T11·45+0200
committerEelco Dolstra <edolstra@gmail.com>2017-06-14T11·45+0200
commit38b7d55af1402e2323ed22a03d6d97b16dec52ad (patch)
treecdae2e10a07aa0167292ba28b6bc8ccd03d64bcd /src/libstore
parent88b291ffc4aed550d3136a44580ba5f5d66dd922 (diff)
Remove redundant debug line
Diffstat (limited to 'src/libstore')
-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 245455296013..fb36dbc7be74 100644
--- a/src/libstore/s3-binary-cache-store.cc
+++ b/src/libstore/s3-binary-cache-store.cc
@@ -273,8 +273,6 @@ struct S3BinaryCacheStoreImpl : public S3BinaryCacheStore
         std::function<void(std::exception_ptr exc)> failure) override
     {
         sync2async<std::shared_ptr<std::string>>(success, failure, [&]() {
-            debug(format("fetching ‘s3://%1%/%2%’...") % bucketName % path);
-
             stats.get++;
 
             auto res = s3Helper.getObject(bucketName, path);