cmd/torrent: Don't log the public IP flag value
This commit is contained in:
parent
219ac4ab42
commit
93d34dd122
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue