Skip to content

Commit a9744db

Browse files
committed
remove closing client message
1 parent dec3798 commit a9744db

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

client.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,6 @@ func (c *client) Close() error {
185185
return nil
186186
}
187187

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

191190
if c.ipv4UnicastConn != nil {

0 commit comments

Comments
 (0)