Skip to content

Commit

Permalink
chore: cleanup log
Browse files Browse the repository at this point in the history
  • Loading branch information
raffis committed Dec 7, 2023
1 parent 0dbd71e commit 274f263
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/controllers/keycloakrealm_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -259,8 +259,6 @@ func (r *KeycloakRealmReconciler) podReconcile(ctx context.Context, realm infrav
needUpdate = raw != string(current)
}

r.Log.Info("xxx", "pod", pod.Annotations)

specVersion, ok := pod.Annotations["keycloak-controller/realm-spec-version"]
if !needUpdate && podErr == nil && ok {
needUpdate = specVersion != fmt.Sprintf("%d", realm.Generation)
Expand Down

0 comments on commit 274f263

Please sign in to comment.