diff --git a/proxy/proxy.go b/proxy/proxy.go index 75a2d96..f6e9f37 100644 --- a/proxy/proxy.go +++ b/proxy/proxy.go @@ -151,7 +151,6 @@ func (p *Proxy) ServeHTTP(w http.ResponseWriter, r *http.Request) { } func (p *Proxy) fetchRemoteImage(u string) (*data.Image, error) { - glog.Infof("fetching remote image: %s", u) resp, err := p.Client.Get(u) if err != nil { return nil, err