Skip to content

Commit

Permalink
Fix revive error
Browse files Browse the repository at this point in the history
  • Loading branch information
Tharsanan1 committed Oct 18, 2024
1 parent d8961cf commit 2b8f677
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions adapter/internal/operator/synchronizer/data_store.go
Original file line number Diff line number Diff line change
Expand Up @@ -467,9 +467,6 @@ func updateHTTPRoute(httpRoute *HTTPRouteState, cachedHTTPRoute *HTTPRouteState,
updated = true
events = append(events, endpointType+" Backend Properties")
break
} else {
// log the backend and chaed backend
loggers.LoggerAPKOperator.Infof("Backend %+v is similar to the existing backend %+v", backend.Security, existingBackend.Security)
}
} else {
cachedHTTPRoute.BackendMapping = httpRoute.BackendMapping
Expand Down

0 comments on commit 2b8f677

Please sign in to comment.