removed comment outted unnecessary line

This commit is contained in:
DastInDark
2022-07-30 00:54:11 +09:00
parent 431b683bb3
commit 3ee8f6e68f
3 changed files with 15 additions and 11 deletions

View File

@@ -330,6 +330,7 @@ impl Detection {
detect_info,
time,
&mut profile_converter,
false,
);
}
@@ -398,7 +399,6 @@ impl Detection {
}
let detect_info = DetectInfo {
// filepath: "-".to_owned(),
rulepath: (&rule.rulepath).to_owned(),
level: rule.yaml["level"].as_str().unwrap_or("").to_owned(),
computername: "-".to_owned(),
@@ -414,6 +414,7 @@ impl Detection {
detect_info,
agg_result.start_timedate,
&mut profile_converter,
true,
)
}