diff --git a/server/http.go b/server/http.go
index 6af75049322180a72d0ee52f55e7fbb52735165c..83e253f04a786710460ebc38f8307debb3c47837 100644
--- a/server/http.go
+++ b/server/http.go
@@ -277,7 +277,6 @@ func (h *Server) handleGrantTicket(w http.ResponseWriter, req *http.Request) {
 		if len(reqGroups) > 0 {
 			if auth.UserInfo != nil {
 				groups = intersectGroups(reqGroups, auth.UserInfo.Groups)
-				log.Printf("intersectGroups(%+v, %+v) -> %+v", reqGroups, auth.UserInfo.Groups, groups)
 			}
 			// We only make this check here as a convenience to
 			// the user (we may be able to show a nicer UI): the