diff --git a/server/http_handler.go b/server/http_handler.go index 0826590..142a8a0 100644 --- a/server/http_handler.go +++ b/server/http_handler.go @@ -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(),