Rust: reduce log output

This commit is contained in:
Arthur Baars
2024-10-04 11:13:06 +02:00
parent 0c10f083cb
commit faa168993c
2 changed files with 1 additions and 2 deletions

View File

@@ -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")?;