mirror of
https://github.com/glanceapp/glance.git
synced 2025-06-21 18:31:24 +02:00
Remove println
This commit is contained in:
parent
1c1a7b3e27
commit
21a6fe407b
@ -219,8 +219,6 @@ func fetchLatestGithubRelease(request *releaseRequest) (*appRelease, error) {
|
|||||||
requestURL = fmt.Sprintf("https://api.github.com/repos/%s/releases", request.Repository)
|
requestURL = fmt.Sprintf("https://api.github.com/repos/%s/releases", request.Repository)
|
||||||
}
|
}
|
||||||
|
|
||||||
fmt.Println(requestURL)
|
|
||||||
|
|
||||||
httpRequest, err := http.NewRequest("GET", requestURL, nil)
|
httpRequest, err := http.NewRequest("GET", requestURL, nil)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
|
Loading…
x
Reference in New Issue
Block a user