불필요한 로그 삭제

This commit is contained in:
2023-07-31 15:54:03 +09:00
parent f79e922fa0
commit fb5db25dce

View File

@ -39,8 +39,6 @@ func (mg *Maingate) platform_steamsdk_authorize(w http.ResponseWriter, r *http.R
return
}
fmt.Println(authinfo)
err = authenticateSteamUser(mg.SteamPublisherAuthKey, mg.SteamAppId, authinfo.UserSteamId, authinfo.UserAuthToken)
if err == nil {