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 6, 2024
1 parent 34e3b5d commit c9a7127
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 c9a7127

Please sign in to comment.