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 21, 2024
1 parent 2ce5100 commit 8d2e7ea
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 8d2e7ea

Please sign in to comment.