Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
azr committed Dec 14, 2018
1 parent 034a441 commit fa95978
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions get_http.go
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,6 @@ func (g *HttpGetter) GetFile(dst string, src *url.URL) error {
return fmt.Errorf("bad response code: %d", resp.StatusCode)
}

println(g.client)
println(src.String())
// track download
body := g.client.ProgressListener.TrackProgress(src.String(), current+resp.ContentLength, resp.Body)
defer body.Close()
Expand Down

0 comments on commit fa95978

Please sign in to comment.