mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Rust: reduce log output
This commit is contained in:
@@ -43,7 +43,6 @@ fn main() -> anyhow::Result<()> {
|
||||
.module(module_path!())
|
||||
.verbosity(2 + cfg.verbose as usize)
|
||||
.init()?;
|
||||
log::info!("{cfg:?}");
|
||||
let rust_analyzer = rust_analyzer::RustAnalyzer::new(&cfg)?;
|
||||
|
||||
let traps = trap::TrapFileProvider::new(&cfg).context("failed to set up trap files")?;
|
||||
|
||||
Reference in New Issue
Block a user