8311: Remove debug printf.
authorTom Clegg <tclegg@veritasgenetics.com>
Thu, 14 Dec 2017 15:25:14 +0000 (10:25 -0500)
committerTom Clegg <tclegg@veritasgenetics.com>
Thu, 14 Dec 2017 16:07:27 +0000 (11:07 -0500)
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg@veritasgenetics.com>

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) {