Remove experimental warning message for custom packs

This commit is contained in:
Andrew Eisenberg
2022-01-24 09:40:46 -08:00
parent 708446c6e4
commit e6bcd71529
3 changed files with 3 additions and 11 deletions

View File

@@ -232,12 +232,7 @@ export async function runQueries(
try {
if (hasPackWithCustomQueries) {
logger.info("*************");
logger.info(
"Performing analysis with custom QL Packs. QL Packs are an experimental feature."
);
logger.info("And should not be used in production yet.");
logger.info("*************");
logger.info("Performing analysis with custom QL Packs.");
logger.startGroup(`Downloading custom packs for ${language}`);
const codeql = await getCodeQL(config.codeQLCmd);