mirror of
https://github.com/willnorris/imageproxy.git
synced 2026-04-25 04:46:24 +02:00
remove logging statement
now that httpcache hides the actual HTTP calls, this logging line doesn't accurately reflect when the images is actually fetched. It would be nice to get accurate logging back again.
This commit is contained in:
parent
b109a87ece
commit
405faae777
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue