Skip to content

Commit 7746f69

Browse files
authored
Update pkg/controller/operators/olm/operator.go
1 parent e1aaf01 commit 7746f69

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pkg/controller/operators/olm/operator.go

-3
Original file line numberDiff line numberDiff line change
@@ -2215,9 +2215,6 @@ func (a *Operator) transitionCSVState(in v1alpha1.ClusterServiceVersion) (out *v
22152215
}
22162216

22172217
if syncError = installer.Install(strategy); syncError != nil {
2218-
logger.Debugf("debugmark %v", syncError)
2219-
logger.Debugf("debugmark %#v", syncError)
2220-
logger.Debugf("debugmark %+v", syncError)
22212218
if install.IsErrorUnrecoverable(syncError) {
22222219
logger.Infof("Setting CSV reason to failed without retry: %v", syncError)
22232220
out.SetPhaseWithEvent(v1alpha1.CSVPhaseFailed, v1alpha1.CSVReasonComponentFailedNoRetry, fmt.Sprintf("install strategy failed: %s", syncError), now, a.recorder)

0 commit comments

Comments
 (0)