Skip to content

Commit

Permalink
fix: remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
fukusuket committed Jul 11, 2024
1 parent 80d219d commit d69134a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/afterfact.rs
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,6 @@ fn calc_statistic_info(
for computername in &computer_names {
let computer_rule_check_key =
CompactString::from(format!("{}|{}", computername, &detect_info.rulepath));
println!("{:?}", computer_rule_check_key);
if !afterfact_info
.detected_computer_and_rule_names
.contains(&computer_rule_check_key)
Expand Down

0 comments on commit d69134a

Please sign in to comment.