1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-15 15:53:41 +00:00

serve http: fix: logging url on start

This commit is contained in:
dougal
2025-09-18 12:09:37 +01:00
committed by Nick Craig-Wood
parent a7dd787569
commit 0e203a7546
2 changed files with 1 additions and 2 deletions

View File

@@ -523,8 +523,6 @@ func (s *Server) initTLS() error {
func (s *Server) Serve() {
s.wg.Add(len(s.instances))
for _, ii := range s.instances {
// TODO: decide how/when to log listening url
// log.Printf("listening on %s", ii.url)
go ii.serve(&s.wg)
}
// Install an atexit handler to shutdown gracefully