From: Matt Joiner Date: Fri, 19 Jul 2019 03:00:31 +0000 (+1000) Subject: cmd/torrent: Don't log the public IP flag value X-Git-Tag: v1.5.0~16 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=93d34dd122b512f98860e929e646b2373068310f;p=btrtrc.git cmd/torrent: Don't log the public IP flag value --- diff --git a/cmd/torrent/main.go b/cmd/torrent/main.go index 723a5430..570f8bfa 100644 --- a/cmd/torrent/main.go +++ b/cmd/torrent/main.go @@ -164,7 +164,6 @@ func exitSignalHandlers(client *torrent.Client) { func main() { log.SetFlags(log.LstdFlags | log.Lshortfile) tagflag.Parse(&flags) - log.Print(flags.PublicIP) defer envpprof.Stop() clientConfig := torrent.NewDefaultClientConfig() clientConfig.Debug = flags.Debug