Skip to content

Commit

Permalink
Automatically generate type info for output in metadata file
Browse files Browse the repository at this point in the history
  • Loading branch information
tjy9206 committed Sep 13, 2024
1 parent c0c3149 commit a3fbc13
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cli/bpmetadata/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a3fbc13

Please sign in to comment.