forked from TrueCloudLab/lego
Oops
This commit is contained in:
parent
89908f39e9
commit
bfc24007db
1 changed files with 0 additions and 1 deletions
|
@ -60,7 +60,6 @@ func httpGet(url string) (resp *http.Response, err error) {
|
|||
return nil, err
|
||||
}
|
||||
req.Header.Set("User-Agent", userAgent())
|
||||
fmt.Println(userAgent())
|
||||
|
||||
client := http.Client{}
|
||||
return client.Do(req)
|
||||
|
|
Loading…
Reference in a new issue