diff --git a/core/platformsteam.go b/core/platformsteam.go index 4169af4..b52f25e 100644 --- a/core/platformsteam.go +++ b/core/platformsteam.go @@ -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 {