removed debug out
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -166,3 +166,4 @@ $RECYCLE.BIN/
|
||||
.server.json
|
||||
csgowtfd.db
|
||||
config.yaml
|
||||
csgowtfd
|
@@ -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
|
||||
|
Reference in New Issue
Block a user