From 38b7d55af1402e2323ed22a03d6d97b16dec52ad Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 14 Jun 2017 13:45:38 +0200 Subject: [PATCH] Remove redundant debug line --- src/libstore/s3-binary-cache-store.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/libstore/s3-binary-cache-store.cc b/src/libstore/s3-binary-cache-store.cc index 245455296..fb36dbc7b 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 failure) override { sync2async>(success, failure, [&]() { - debug(format("fetching ‘s3://%1%/%2%’...") % bucketName % path); - stats.get++; auto res = s3Helper.getObject(bucketName, path);