Skip to content

Commit

Permalink
Remove debug log info from tfconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Zheng Qin committed Sep 18, 2024
1 parent aa020c1 commit 12956a4
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 12956a4

Please sign in to comment.