mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-04 10:49:50 +00:00
Delete left over debug statement (#12567)
This commit is contained in:
parent
2f54d05d97
commit
381bd1ff4a
1 changed files with 0 additions and 2 deletions
|
@ -101,8 +101,6 @@ impl FileRoots {
|
|||
pub(super) fn at(&self, path: &SystemPath) -> Option<FileRoot> {
|
||||
// SAFETY: Guaranteed to succeed because `path` is a UTF-8 that only contains Unicode characters.
|
||||
let normalized_path = path.as_std_path().to_slash().unwrap();
|
||||
dbg!(&normalized_path);
|
||||
dbg!(&self.roots);
|
||||
let entry = self.by_path.at(&normalized_path).ok()?;
|
||||
Some(*entry.value)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue