Skip to content

Commit e26f82f

Browse files
masciMassimiliano Pippi
authored and
Massimiliano Pippi
committed
remove noisy line
1 parent 25c85cb commit e26f82f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

legacy/builder/wipeout_build_path_if_build_options_changed.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,9 @@ func (s *WipeoutBuildPathIfBuildOptionsChanged) Run(ctx *types.Context) error {
7979
}
8080
}
8181

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

8486
buildPath := ctx.BuildPath
8587
files, err := gohasissues.ReadDir(buildPath.String())

0 commit comments

Comments
 (0)