chore: remove unused else

This commit is contained in:
Cain 2024-02-07 15:29:13 +00:00
parent 9a2b953fff
commit 7b37e71221

View file

@ -29,9 +29,6 @@ pub fn setup_capture(file_path: Option<PathBuf>) {
let writer = Box::new(Pcap::new(pcap_writer));
attach(writer)
} else {
// If no file path is provided
// Do nothing
}
}