로그 다시 제거

This commit is contained in:
2023-10-26 10:42:48 +09:00
parent 5b0b977a39
commit 282ef95ab0

View File

@ -35,7 +35,6 @@ func NewHoustonHandler() HoustonServerWithHandler {
for i := 0; i < tp.NumMethod(); i++ {
method := tp.Method(i)
methods[strings.ToLower(method.Name)] = method
logger.Println("houston handler has method :", method)
}
return &houstonHandler{
HoustonServer: NewServer(),