로그 다시 제거
This commit is contained in:
@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user