Skip to content

Commit

Permalink
Comment out a useful logging line that we probably don't want on by d…
Browse files Browse the repository at this point in the history
…efault.
  • Loading branch information
mattmoor committed Jul 2, 2018
1 parent 89f97c1 commit e3d2a4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/revision/revision.go
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ func (c *Controller) Reconcile(key string) error {
// cache may be stale and we don't want to overwrite a prior update
// to status with this stale state.
} else {
logger.Infof("Updating Status (-old, +new): %v", cmp.Diff(original, rev))
// logger.Infof("Updating Status (-old, +new): %v", cmp.Diff(original, rev))
if _, err := c.updateStatus(rev); err != nil {
logger.Warn("Failed to update revision status", zap.Error(err))
return err
Expand Down

0 comments on commit e3d2a4b

Please sign in to comment.