Remobved spurious printf

This commit is contained in:
Derek Collison
2012-12-18 17:34:36 -08:00
parent 5a140d2079
commit 8b8c05daf9

View File

@@ -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()
}