Skip to content

Commit

Permalink
Remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
yuuki committed Feb 28, 2018
1 parent c0cb5f0 commit 8ea4384
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ func (c *CLI) Run(args []string) int {
log.Printf("failed to get local listening ports: %v\n", err)
return exitCodeParseConntrackError
}
log.Println(ports)
}

entries, err := conntrack.ParseEntries(r, ports)
Expand Down

0 comments on commit 8ea4384

Please sign in to comment.