mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 03:38:42 -07:00
Remobved spurious printf
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user