Skip to content

Commit d269012

Browse files
Javier MatosJavier Matos
authored andcommitted
stop saying x-block-origin enabled when it is not
1 parent 7869ef3 commit d269012

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/vcpkg/base/downloads.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1012,11 +1012,6 @@ namespace vcpkg
10121012
}
10131013
}
10141014
}
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-
}
10201015
else
10211016
{
10221017
msg::println_error(msgMissingAssetBlockOrigin, msg::path = download_path.filename());

0 commit comments

Comments
 (0)