From 95a7972835b08fc586547e6aafd1bbbd790f4cab Mon Sep 17 00:00:00 2001 From: mountain Date: Wed, 18 Oct 2023 15:32:36 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A1=9C=EA=B7=B8=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/service.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/service.go b/core/service.go index 821aa5b..40cc28c 100644 --- a/core/service.go +++ b/core/service.go @@ -685,8 +685,6 @@ func (sh *serviceDescription) authorize(w http.ResponseWriter, r *http.Request) output["noauth"] = true } - logger.Println("authorize :", output) - json.NewEncoder(w).Encode(output) }