Skip to content

Commit

Permalink
remove logs
Browse files Browse the repository at this point in the history
Signed-off-by: Coleen Iona Quadros <[email protected]>
  • Loading branch information
coleenquadros committed Nov 11, 2024
1 parent 0d4871e commit 97573d3
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,6 @@ func GenerateObservatoriumCR(

if equality.Semantic.DeepEqual(newSpec, oldSpec) &&
labels[obsCRConfigHashLabelName] == observatoriumCRFound.Labels[obsCRConfigHashLabelName] {
log.Info("Coleen no change in observatorium CR spec")
log.Info("Coleen labels", "labels", labels)
log.Info("Coleen observatoriumCRFound.Labels", "observatoriumCRFound.Labels", observatoriumCRFound.Labels)
return nil, nil
}

Expand Down

0 comments on commit 97573d3

Please sign in to comment.