Skip to content

Commit

Permalink
remove noisy line
Browse files Browse the repository at this point in the history
  • Loading branch information
masci authored and Massimiliano Pippi committed Aug 9, 2019
1 parent 25c85cb commit e26f82f
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,9 @@ func (s *WipeoutBuildPathIfBuildOptionsChanged) Run(ctx *types.Context) error {
}
}

logger.Println(constants.LOG_LEVEL_INFO, constants.MSG_BUILD_OPTIONS_CHANGED)
// FIXME: this should go outside legacy and behind a `logrus` call so users can
// control when this should be printed.
// logger.Println(constants.LOG_LEVEL_INFO, constants.MSG_BUILD_OPTIONS_CHANGED)

buildPath := ctx.BuildPath
files, err := gohasissues.ReadDir(buildPath.String())
Expand Down

0 comments on commit e26f82f

Please sign in to comment.