Skip to content

Commit 1928310

Browse files
authored
Rust: delete leftover log statement
1 parent 7ccae93 commit 1928310

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rust/extractor/src/main.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,6 @@ fn main() -> anyhow::Result<()> {
317317
.source_root(db)
318318
.is_library
319319
{
320-
tracing::info!("file: {}", file.display());
321320
extractor.extract_with_semantics(
322321
file,
323322
&semantics,

0 commit comments

Comments
 (0)