From 282ef95ab0f40bd9f2376733edad5c1aa1183c1d Mon Sep 17 00:00:00 2001 From: mountain Date: Thu, 26 Oct 2023 10:42:48 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A1=9C=EA=B7=B8=20=EB=8B=A4=EC=8B=9C=20?= =?UTF-8?q?=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/http_handler.go | 1 - 1 file changed, 1 deletion(-) 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(),