Skip to content

Commit

Permalink
Merge pull request #1965 from wso2/Tharsanan1-patch-1
Browse files Browse the repository at this point in the history
Remove unnecessary logs
  • Loading branch information
AmaliMatharaarachchi authored Jan 19, 2024
2 parents 0ad3ab2 + 60d4543 commit 829b4dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion adapter/internal/operator/controllers/dp/api_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -856,7 +856,6 @@ func (apiReconciler *APIReconciler) populateAPIReconcileRequestsForGateway(ctx c


func (apiReconciler *APIReconciler) traverseAPIStateAndUpdateOwnerReferences(ctx context.Context, apiState synchronizer.APIState) {
loggers.LoggerAPI.Infof("Ready to traverse the apistate : %+v", apiState)
// travserse through all the children of this API and trigger update owner reference
if (apiState.ProdHTTPRoute != nil) {
for _, httpRoute := range apiState.ProdHTTPRoute.HTTPRoutePartitions {
Expand Down

0 comments on commit 829b4dc

Please sign in to comment.