From 8b8c05daf91e629abc69700ccf747cb3575410b4 Mon Sep 17 00:00:00 2001 From: Derek Collison Date: Tue, 18 Dec 2012 17:34:36 -0800 Subject: [PATCH] Remobved spurious printf --- server/client.go | 1 - 1 file changed, 1 deletion(-) 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() }