zxfishhack 6 hónapja%!(EXTRA string=óta)
szülő
commit
3c71ddd4af
1 módosított fájl, 0 hozzáadás és 1 törlés
  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) {