Strip verbose close message

This commit is contained in:
Asim 2016-04-30 12:22:29 +01:00
parent 9eb0a44d94
commit 6304000b09

View File

@ -150,7 +150,6 @@ func newClient() (*client, error) {
// Close is used to cleanup the client
func (c *client) Close() error {
log.Printf("[INFO] mdns: Closing client %v", *c)
c.closeLock.Lock()
defer c.closeLock.Unlock()