remove magic debug variable

This commit is contained in:
Philipp 2024-10-26 22:37:27 +02:00
parent 37f718a7a2
commit 2a5e2d4a95
Signed by: Philipp
GPG key ID: 9EBD8439AFBAB750

View file

@ -77,7 +77,6 @@ func main() {
// Creating httpClient and sending Request to Steam API
httpClient := http.Client{}
info.Version = "123"
req, err := http.NewRequest(http.MethodGet, url+info.Version, nil)
if err != nil {
log.Fatal(err)