Remove expectedETag assert in tarball.cc

This commit is contained in:
Matthew Bauer 2021-01-22 23:19:52 -06:00
parent a766824660
commit 1ea5f0b66c

View file

@ -64,7 +64,6 @@ DownloadFileResult downloadFile(
if (res.cached) {
assert(cached);
assert(request.expectedETag == res.etag);
storePath = std::move(cached->storePath);
} else {
StringSink sink;