Removed hide-record-id option due to adjusted output of recordID from profile
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user