Skip to content

Commit

Permalink
chore: delete debugging statements
Browse files Browse the repository at this point in the history
Signed-off-by: Yagiz Degirmenci <yagizcanilbey1903@gmail.com>
  • Loading branch information
ycd committed Nov 22, 2021
1 parent 8f7e496 commit a5c8b73
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/ping/ping.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,6 @@ func parsePingOutput(out string) (pingOutput, error) {
}

if po.MinRTT == "" && po.AvgRTT == "" && po.MaxRTT == "" {
log.Println(out)
log.Println(po)
return po, RequestTimeoutError
}

Expand Down

0 comments on commit a5c8b73

Please sign in to comment.