diff --git a/server/client.go b/server/client.go index 9a444ada..4102cb35 100644 --- a/server/client.go +++ b/server/client.go @@ -149,7 +149,6 @@ func (c *client) processConnect(arg []byte) error { func (c *client) authViolation() { c.sendErr("Authorization is Required") - fmt.Printf("AUTH TIMER EXPIRED!!\n") c.closeConnection() }