removed unused crate

This commit is contained in:
DustInDark
2021-12-20 00:48:06 +09:00
parent 0e0ceff861
commit 37575ed0bb
2 changed files with 0 additions and 2 deletions

View File

@@ -1,7 +1,6 @@
use crate::detections::configs;
use crate::detections::print;
use crate::detections::print::AlertMessage;
use crate::detections::print::ERROR_LOG_PATH;
use chrono::{DateTime, Local, TimeZone, Utc};
use serde::Serialize;
use std::error::Error;

View File

@@ -86,7 +86,6 @@ impl App {
AlertMessage::alert(
&mut std::io::stderr().lock(),
"No .evtx files were found.".to_owned(),
false,
)
.ok();
return;