Removed hide-record-id option due to adjusted output of recordID from profile

This commit is contained in:
DastInDark
2022-07-24 19:37:15 +09:00
parent 00293d9753
commit ae6cc41489
3 changed files with 104 additions and 7 deletions

View File

@@ -304,11 +304,6 @@ impl Detection {
} else {
Option::None
};
let rec_id = if !*IS_HIDE_RECORD_ID {
Some(String::default())
} else {
None
};
let detect_info = DetectInfo {
filepath: "-".to_owned(),