Skip to content

Commit

Permalink
Merge branch 'checkprevopts' of github.com:d-a-v/arduino-cli into che…
Browse files Browse the repository at this point in the history
…ckprevopts
  • Loading branch information
d-a-v committed Apr 15, 2021
2 parents bf68be3 + 3aa601d commit dc872c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ func (s *WipeoutBuildPathIfBuildOptionsChanged) Run(ctx *types.Context) error {
func doCleanup(buildPath *paths.Path) error {
// 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 + MSG_REBUILD_ALL)
// logger.Println(constants.LOG_LEVEL_INFO, constants.MSG_BUILD_OPTIONS_CHANGED + constants.MSG_REBUILD_ALL)

if files, err := buildPath.ReadDir(); err != nil {
return errors.WithMessage(err, "cleaning build path")
Expand Down

0 comments on commit dc872c1

Please sign in to comment.