소스 검색

remove debug log

zxfishhack 6 달 전
부모
커밋
3c71ddd4af
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      internal/server/endpoint.go

+ 0 - 1
internal/server/endpoint.go

@@ -44,7 +44,6 @@ func (app *App) EndpointHandler(ctx *gin.Context, hookId string, maxExecutionTim
 		},
 		":",
 	)
-	log.Info(endpointCacheKey)
 	endpoint, err := cache.AutoGetWithGetter[models.Endpoint](
 		endpointCacheKey,
 		func() (*models.Endpoint, error) {