Skip to content

Commit

Permalink
remove log statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nish Krishnan committed Dec 16, 2020
1 parent 98847ff commit e2b2a88
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/events/command_runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,6 @@ func (c *DefaultCommandRunner) updatePull(ctx *CommandContext, command PullComma
// clutter in a pull/merge request. This will not delete the comment, since the
// comment trail may be useful in auditing or backtracing problems.
if c.HidePrevPlanComments {
ctx.Log.Info("Hide prev plan comments enabled")
if err := c.VCSClient.HidePrevPlanComments(ctx.Pull.BaseRepo, ctx.Pull.Num); err != nil {
ctx.Log.Err("unable to hide old comments: %s", err)
}
Expand Down

0 comments on commit e2b2a88

Please sign in to comment.