Remove println
This commit is contained in:
parent
1c1a7b3e27
commit
21a6fe407b
1 changed files with 0 additions and 2 deletions
|
|
@ -219,8 +219,6 @@ func fetchLatestGithubRelease(request *releaseRequest) (*appRelease, error) {
|
|||
requestURL = fmt.Sprintf("https://api.github.com/repos/%s/releases", request.Repository)
|
||||
}
|
||||
|
||||
fmt.Println(requestURL)
|
||||
|
||||
httpRequest, err := http.NewRequest("GET", requestURL, nil)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue