Skip to content

Commit 274f263

Browse files
committed
chore: cleanup log
1 parent 0dbd71e commit 274f263

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

internal/controllers/keycloakrealm_controller.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,8 +259,6 @@ func (r *KeycloakRealmReconciler) podReconcile(ctx context.Context, realm infrav
259259
needUpdate = raw != string(current)
260260
}
261261

262-
r.Log.Info("xxx", "pod", pod.Annotations)
263-
264262
specVersion, ok := pod.Annotations["keycloak-controller/realm-spec-version"]
265263
if !needUpdate && podErr == nil && ok {
266264
needUpdate = specVersion != fmt.Sprintf("%d", realm.Generation)

0 commit comments

Comments
 (0)