Remove debug statement from manage_line function
All checks were successful
/ release (nightly) (push) Successful in 2m9s

This commit is contained in:
Edgar P. Burkhart 2025-05-14 22:19:06 +02:00
parent f7c9605f26
commit fefcbe4373
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227

View file

@ -25,7 +25,6 @@ fn main() {
}
fn manage_line(line: String) {
dbg!(&line);
if let Some((prefix, line)) = line.split_once(";") {
if line.ends_with("PCIe link lost") {
println!("PCIe link lost {prefix}");