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