From 12956a472783a9c5f0bbe7b36725e414fee23419 Mon Sep 17 00:00:00 2001 From: Zheng Qin Date: Wed, 18 Sep 2024 17:35:48 -0400 Subject: [PATCH] Remove debug log info from tfconfig --- cli/bpmetadata/tfconfig.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cli/bpmetadata/tfconfig.go b/cli/bpmetadata/tfconfig.go index bc5679ed444..d54257b41b3 100644 --- a/cli/bpmetadata/tfconfig.go +++ b/cli/bpmetadata/tfconfig.go @@ -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.") }