mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-18 08:10:15 +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
|
||||
});
|
||||
// TODO(chris): actually check the imports?
|
||||
debug!("{:#?}", diagnostics.imports);
|
||||
|
||||
diagnostics.messages.sort_unstable();
|
||||
let duration = start.elapsed();
|
||||
debug!("Checked {:?} files in: {:?}", paths.len(), duration);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue