Remove leftover debug log (#12360)

This was a leftover from #12299
This commit is contained in:
Dhruv Manilawala 2024-07-17 17:52:44 +05:30 committed by GitHub
parent 91338ae902
commit 6e0cbe0f35
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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() {