Remove redundant debug line
This commit is contained in:
parent
88b291ffc4
commit
38b7d55af1
1 changed files with 0 additions and 2 deletions
|
@ -273,8 +273,6 @@ struct S3BinaryCacheStoreImpl : public S3BinaryCacheStore
|
||||||
std::function<void(std::exception_ptr exc)> failure) override
|
std::function<void(std::exception_ptr exc)> failure) override
|
||||||
{
|
{
|
||||||
sync2async<std::shared_ptr<std::string>>(success, failure, [&]() {
|
sync2async<std::shared_ptr<std::string>>(success, failure, [&]() {
|
||||||
debug(format("fetching ‘s3://%1%/%2%’...") % bucketName % path);
|
|
||||||
|
|
||||||
stats.get++;
|
stats.get++;
|
||||||
|
|
||||||
auto res = s3Helper.getObject(bucketName, path);
|
auto res = s3Helper.getObject(bucketName, path);
|
||||||
|
|
Loading…
Reference in a new issue