Skip to content

Commit 2ac6837

Browse files
resolved comments
1 parent 22ce422 commit 2ac6837

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pkg/argoApplication/ArgoApplicationService.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,6 @@ func (impl *ArgoApplicationServiceImpl) GetRestConfigForExternalArgo(ctx context
458458

459459
func (impl *ArgoApplicationServiceImpl) HibernateArgoApplication(ctx context.Context, app *bean.ArgoAppIdentifier, hibernateRequest *openapi.HibernateRequest) ([]*openapi.HibernateStatus, error) {
460460
_, clusterBean, _, err := impl.GetClusterConfigFromAllClusters(app.ClusterId)
461-
//conf, err := impl.helmAppService.GetClusterConf(app.ClusterId)
462461
if err != nil {
463462
impl.logger.Errorw("HibernateArgoApplication", "error in getting the cluster config", err, "clusterId", app.ClusterId, "appName", app.AppName)
464463
return nil, err
@@ -478,7 +477,6 @@ func (impl *ArgoApplicationServiceImpl) HibernateArgoApplication(ctx context.Con
478477

479478
func (impl *ArgoApplicationServiceImpl) UnHibernateArgoApplication(ctx context.Context, app *bean.ArgoAppIdentifier, hibernateRequest *openapi.HibernateRequest) ([]*openapi.HibernateStatus, error) {
480479
_, clusterBean, _, err := impl.GetClusterConfigFromAllClusters(app.ClusterId)
481-
//conf, err := impl.helmAppService.GetClusterConf(app.ClusterId)
482480
if err != nil {
483481
impl.logger.Errorw("HibernateArgoApplication", "error in getting the cluster config", err, "clusterId", app.ClusterId, "appName", app.AppName)
484482
return nil, err

0 commit comments

Comments
 (0)