Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
jw3 committed Jun 28, 2023
1 parent 172a021 commit 988f104
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/analyzer/src/events/audit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ use std::convert::TryFrom;
use std::path::PathBuf;

pub fn events(path: Option<String>) -> Result<Vec<Event>, Error> {
println!("loading log from {path:?}");
let logs = match path {
Some(p) => Logs::filtered_from(&PathBuf::from(p), parse, fanotify_only),
None => Logs::filtered(parse, fanotify_only),
Expand Down

0 comments on commit 988f104

Please sign in to comment.