validator: check target CPU features earlier

This commit is contained in:
Trent Nelson
2021-07-28 01:55:27 -06:00
committed by mergify[bot]
parent ed8285c096
commit 8ed0cd0fff
2 changed files with 9 additions and 7 deletions

View File

@ -307,8 +307,6 @@ impl Validator {
}
}
report_target_features();
for cluster_entrypoint in &cluster_entrypoints {
info!("entrypoint: {:?}", cluster_entrypoint);
}