From fb5db25dce82260a8a6fbaffc870ad196343941e Mon Sep 17 00:00:00 2001 From: rehjinh Date: Mon, 31 Jul 2023 15:54:03 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B6=88=ED=95=84=EC=9A=94=ED=95=9C=20?= =?UTF-8?q?=EB=A1=9C=EA=B7=B8=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/platformsteam.go | 2 -- 1 file changed, 2 deletions(-) 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 {