Explorar o código

remove comment

Ian Edwards %!s(int64=2) %!d(string=hai) anos
pai
achega
9275255c36
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      api/server/handlers/porter_app/list_app_revisions.go

+ 0 - 1
api/server/handlers/porter_app/list_app_revisions.go

@@ -59,7 +59,6 @@ func (c *ListAppRevisionsHandler) ServeHTTP(w http.ResponseWriter, r *http.Reque
 
 	cluster, _ := r.Context().Value(types.ClusterScope).(*models.Cluster)
 
-	// get the app
 	appName, reqErr := requestutils.GetURLParamString(r, types.URLParamPorterAppName)
 	if reqErr != nil {
 		err := telemetry.Error(ctx, span, nil, "error parsing porter app name")