로그 제거

This commit is contained in:
2024-08-01 12:29:36 +09:00
parent e25f788cbd
commit 0c5a4194f0

View File

@ -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)
}
}