From 8d707772691ec0a9702cb75e57bc783d852e7eca Mon Sep 17 00:00:00 2001 From: mountain Date: Fri, 30 Jun 2023 18:04:25 +0900 Subject: [PATCH] =?UTF-8?q?=EC=95=88=EC=93=B0=EB=8A=94=20=EB=A1=9C?= =?UTF-8?q?=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 60035bc..c78ca0e 100644 --- a/core/service.go +++ b/core/service.go @@ -768,8 +768,6 @@ func (sh *serviceDescription) ServeHTTP(w http.ResponseWriter, r *http.Request) r.Body.Close() }() - logger.Println("serviceDesc :", sh.ServiceCode, r.URL.Path) - if strings.HasSuffix(r.URL.Path, "/auth") { sh.authorize(w, r) } else if strings.HasSuffix(r.URL.Path, "/link") {