We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7869ef3 commit d269012Copy full SHA for d269012
src/vcpkg/base/downloads.cpp
@@ -1012,11 +1012,6 @@ namespace vcpkg
1012
}
1013
1014
1015
- // Asset cache is not configured and x-block-origin enabled
1016
- if (m_config.m_read_url_template.has_value())
1017
- {
1018
- msg::println(msgAssetCacheMissBlockOrigin, msg::path = download_path.filename());
1019
- }
1020
else
1021
{
1022
msg::println_error(msgMissingAssetBlockOrigin, msg::path = download_path.filename());
0 commit comments