mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-27 12:29:28 +00:00
Remove extraneous debug and TODO (#3967)
This commit is contained in:
parent
fb9eeba422
commit
d8718dcf54
1 changed files with 1 additions and 2 deletions
|
@ -143,8 +143,7 @@ pub fn run(
|
||||||
acc += item;
|
acc += item;
|
||||||
acc
|
acc
|
||||||
});
|
});
|
||||||
// TODO(chris): actually check the imports?
|
|
||||||
debug!("{:#?}", diagnostics.imports);
|
|
||||||
diagnostics.messages.sort_unstable();
|
diagnostics.messages.sort_unstable();
|
||||||
let duration = start.elapsed();
|
let duration = start.elapsed();
|
||||||
debug!("Checked {:?} files in: {:?}", paths.len(), duration);
|
debug!("Checked {:?} files in: {:?}", paths.len(), duration);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue