Skip to content

Commit

Permalink
tidyup
Browse files Browse the repository at this point in the history
  • Loading branch information
leon-inf committed Oct 31, 2023
1 parent 90a7000 commit 63774e1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions controllers/apps/transformer_cluster_component.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ func (t *ClusterComponentTransformer) reconcileComponentsStatus(transCtx *cluste
continue
}
transCtx.Cluster.Status.Components[compName] = status
fmt.Printf("status - comp %s status %s\n", compName, status.Phase)
}
return nil
}
Expand All @@ -150,7 +149,6 @@ func (t *ClusterComponentTransformer) initClusterCompStatus(cluster *appsv1alpha
status[compName] = appsv1alpha1.ClusterComponentStatus{
Phase: appsv1alpha1.CreatingClusterCompPhase,
}
fmt.Printf("init - comp %s status %s\n", compName, appsv1alpha1.CreatingClusterCompPhase)
cluster.Status.Components = status
}

Expand Down

0 comments on commit 63774e1

Please sign in to comment.