diff --git a/cli/bpmetadata/cmd.go b/cli/bpmetadata/cmd.go index bf3496b58dc4..4928a18dfa0a 100644 --- a/cli/bpmetadata/cmd.go +++ b/cli/bpmetadata/cmd.go @@ -157,7 +157,6 @@ func generateMetadataForBpPath(bpPath string) error { // If the flag is set, extract output types if mdFlags.genOutputType { - Log.Info("jieyutian - genOutputType flag activated.") outputTypes, err := extractOutputTypesFromState(bpPath) if err != nil { return fmt.Errorf("error extracting output types for blueprint at path: %s. Details: %w", bpPath, err)