Skip to content

Commit 28c4746

Browse files
committed
remove noisy line
1 parent 2d3b4c4 commit 28c4746

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: legacy/builder/wipeout_build_path_if_build_options_changed.go

+3-1
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)