Skip to content

Commit

Permalink
delete log
Browse files Browse the repository at this point in the history
  • Loading branch information
UlricQin committed Dec 18, 2023
1 parent 3b5d0a9 commit e0c1404
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion inputs/netstat/netstat.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ func (s *NetStats) gatherSummary(slist *types.SampleList) {
return
}
if runtime.GOOS != "linux" {
log.Println("W! netstat_summary is only supported on linux")
return
}
tags := map[string]string{}
Expand Down

0 comments on commit e0c1404

Please sign in to comment.