Remove extraneous debug and TODO (#3967)

This commit is contained in:
Charlie Marsh 2023-04-13 18:45:18 -04:00 committed by GitHub
parent fb9eeba422
commit d8718dcf54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);