mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Merge pull request #19612 from github/aibaars-patch-2
Rust: delete leftover log statement
This commit is contained in:
@@ -317,7 +317,6 @@ fn main() -> anyhow::Result<()> {
|
|||||||
.source_root(db)
|
.source_root(db)
|
||||||
.is_library
|
.is_library
|
||||||
{
|
{
|
||||||
tracing::info!("file: {}", file.display());
|
|
||||||
extractor.extract_with_semantics(
|
extractor.extract_with_semantics(
|
||||||
file,
|
file,
|
||||||
&semantics,
|
&semantics,
|
||||||
|
|||||||
Reference in New Issue
Block a user