Remove debug statement from manage_line function
All checks were successful
/ release (nightly) (push) Successful in 2m9s
All checks were successful
/ release (nightly) (push) Successful in 2m9s
This commit is contained in:
parent
f7c9605f26
commit
fefcbe4373
1 changed files with 0 additions and 1 deletions
|
@ -25,7 +25,6 @@ fn main() {
|
||||||
}
|
}
|
||||||
|
|
||||||
fn manage_line(line: String) {
|
fn manage_line(line: String) {
|
||||||
dbg!(&line);
|
|
||||||
if let Some((prefix, line)) = line.split_once(";") {
|
if let Some((prefix, line)) = line.split_once(";") {
|
||||||
if line.ends_with("PCIe link lost") {
|
if line.ends_with("PCIe link lost") {
|
||||||
println!("PCIe link lost {prefix}");
|
println!("PCIe link lost {prefix}");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue