Skip to content

Commit e1aaf01

Browse files
authored
Update pkg/controller/install/deployment.go
1 parent a81b007 commit e1aaf01

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/controller/install/deployment.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@ func (i *StrategyDeploymentInstaller) Install(s Strategy) error {
209209
if apierrors.IsInvalid(err) || apierrors.IsBadRequest(err) {
210210
return StrategyError{Reason: StrategyErrBadResource, Message: fmt.Sprintf("%s", err)}
211211
}
212-
log.Debugf("[debug] failed to install strategy %s: %v", strategy.GetStrategyName(), err)
213212
return err
214213
}
215214

0 commit comments

Comments
 (0)