8311: Remove debug printf.
[arvados.git] / services / arv-git-httpd / auth_handler.go
index 617c73282f633ac6ddbca83c2094c1acfe8f3f18..db37ebb32677b76cf10ab1ddcd3ca4731e868e5c 100644 (file)
@@ -29,7 +29,6 @@ func (h *authHandler) setup() {
                log.Fatal(err)
        }
        h.clientPool = &arvadosclient.ClientPool{Prototype: ac}
-       log.Printf("%+v", h.clientPool.Prototype)
 }
 
 func (h *authHandler) ServeHTTP(wOrig http.ResponseWriter, r *http.Request) {