안쓰는 로그 제거

This commit is contained in:
2023-06-30 18:04:25 +09:00
parent 15ead6b0bc
commit 8d70777269

View File

@ -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") {