Skip to content

Commit

Permalink
fix: Remove debug log info from tfconfig (#2603)
Browse files Browse the repository at this point in the history
Co-authored-by: Zheng Qin <[email protected]>
  • Loading branch information
qz267 and Zheng Qin committed Sep 19, 2024
1 parent 1ef0642 commit 334314e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cli/bpmetadata/tfconfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,6 @@ func getBlueprintVariableOrders(configPath string) (map[string]int, error) {
}
// We expect a single label which is the variable name.
if len(block.Labels) != 1 || len(block.Labels[0]) == 0 {
Log.Info("zheng: called here.")
return nil, fmt.Errorf("Vaiable block has no name.")
}

Expand Down

0 comments on commit 334314e

Please sign in to comment.