Skip to content

Commit

Permalink
Remove leftover debug log (#12360)
Browse files Browse the repository at this point in the history
This was a leftover from #12299
  • Loading branch information
dhruvmanila authored Jul 17, 2024
1 parent 91338ae commit 6e0cbe0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/ruff_server/src/session/index/ruff_settings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ impl RuffSettingsIndex {
}

let directory = entry.into_path();
tracing::debug!("Visiting: {}", directory.display());

// If the directory is excluded from the workspace, skip it.
if let Some(file_name) = directory.file_name() {
Expand Down

0 comments on commit 6e0cbe0

Please sign in to comment.