removed comment

This commit is contained in:
DastInDark
2022-07-17 21:40:27 +09:00
parent 67018ba8c8
commit 1fba668b23

View File

@@ -260,7 +260,6 @@ impl Detection {
let fmted_rule_path_str = if configs::CONFIG.read().unwrap().args.rules.is_absolute() {
abs_rule_path.to_str().unwrap().to_string()
} else {
// ``個々の部分をregexとかで回してiterで落としたほうが速度向上につながると思われるため検討する
diff_paths(abs_rule_path, &env::current_dir().unwrap()).unwrap().to_str().unwrap().replace("..\\", "").replace(".\\", "")
};
let detect_info = DetectInfo {