Skip to content

Commit

Permalink
Remove
Browse files Browse the repository at this point in the history
  • Loading branch information
orf committed Dec 15, 2024
1 parent 3498ccd commit 42e5ec7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pinger/src/linux.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ impl Pinger for LinuxPinger {

fn parse_fn(&self) -> fn(String) -> Option<PingResult> {
|line| {
#[cfg(test)]
eprintln!("Got line {line}");
if line.starts_with("64 bytes from") {
return extract_regex(&UBUNTU_RE, line);
Expand Down

0 comments on commit 42e5ec7

Please sign in to comment.