Skip to content

Commit

Permalink
Remove extraneous debug and TODO (#3967)
Browse files Browse the repository at this point in the history
  • Loading branch information
charliermarsh authored Apr 13, 2023
1 parent fb9eeba commit d8718dc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/ruff_cli/src/commands/run.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit d8718dc

Please sign in to comment.