Skip to content

Commit

Permalink
Remove log message
Browse files Browse the repository at this point in the history
  • Loading branch information
bonzofenix committed Nov 27, 2024
1 parent c11bb6c commit 2e40292
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/autoscaler/api/publicapiserver/public_api_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,6 @@ func (h *PublicApiHandler) GetAggregatedMetricsHistories(w http.ResponseWriter,

route := router.Get(routes.GetAggregatedMetricHistoriesRouteName)
path, err := route.URLPath("appid", appId, "metrictype", metricType)
fmt.Println("BANANA path", path)
if err != nil {
logger.Error("Failed to create path", err)
panic(err)
Expand Down

0 comments on commit 2e40292

Please sign in to comment.