Ruby: remove warning

This commit is contained in:
Arthur Baars
2022-10-13 13:01:06 +02:00
parent 5cadd3c0e6
commit 16b035600e

View File

@@ -68,7 +68,6 @@ fn main() -> std::io::Result<()> {
.unwrap_or_else(|_| tracing_subscriber::EnvFilter::new("ruby_extractor=warn")),
)
.init();
tracing::warn!("Support for Ruby is currently in Beta: https://codeql.github.com/docs/codeql-overview/supported-languages-and-frameworks/");
let num_threads = num_codeql_threads();
tracing::info!(
"Using {} {}",