Skip to content

Commit

Permalink
remove closing client message
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrake committed Aug 22, 2023
1 parent dec3798 commit a9744db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client.go
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ func (c *client) Close() error {
return nil
}

log.Printf("[INFO] mdns: Closing client %v", *c)
close(c.closedCh)

if c.ipv4UnicastConn != nil {
Expand Down

0 comments on commit a9744db

Please sign in to comment.