diff --git a/core/service.go b/core/service.go index 41a6cfa..5f6235b 100644 --- a/core/service.go +++ b/core/service.go @@ -1067,8 +1067,5 @@ func (sh *serviceDescription) serveHTTP(w http.ResponseWriter, r *http.Request) logger.Println("check maingate database 'service.divisions' :", config.Mongo) w.WriteHeader(http.StatusBadRequest) } - } else { - logger.Println("??? :", r.URL.Path) - w.WriteHeader(http.StatusBadRequest) } }