removed debug out

This commit is contained in:
2021-10-06 00:40:26 +02:00
parent 8ed6d0772b
commit ee161fd589
2 changed files with 2 additions and 1 deletions

View File

@@ -161,7 +161,7 @@ func getNextShareCode(lastCode string, apiKey string, authCode string, steamId u
}
rl.Take()
log.Debugf("[SC] STEAMPI with %s", fmt.Sprintf(shareCodeURLEntry, apiKey, steamId, authCode, lastCode))
log.Debugf("[SC] STEAMPI with %s", fmt.Sprintf(shareCodeURLEntry, "REDACTED", steamId, "REDACTED", lastCode))
r, err := http.Get(fmt.Sprintf(shareCodeURLEntry, apiKey, steamId, authCode, lastCode))
if err != nil {
return "", err