Skip to content

Commit

Permalink
Remove unnecessary logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Tharsanan1 authored Jan 18, 2024
1 parent 0ad3ab2 commit 60d4543
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 60d4543

Please sign in to comment.