mirror of https://github.com/astral-sh/ruff
Remove extraneous debug and TODO (#3967)
This commit is contained in:
parent
fb9eeba422
commit
d8718dcf54
|
|
@ -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…
Reference in New Issue