Skip to content

Commit 1c253e6

Browse files
committed
Rollback bad change
1 parent b29a21b commit 1c253e6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

cli/azd/cmd/templates.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import (
88
"errors"
99
"fmt"
1010
"io"
11-
"os"
1211
"strings"
1312

1413
"github.com/azure/azure-dev/cli/azd/cmd/actions"
@@ -103,9 +102,6 @@ func newTemplateListAction(
103102
}
104103

105104
func (tl *templateListAction) Run(ctx context.Context) (*actions.ActionResult, error) {
106-
foo := os.Getenv("AZURE_DEV_USER_AGENT")
107-
fmt.Println("AZURE_DEV_USER_AGENT:", foo)
108-
109105
options := &templates.ListOptions{
110106
Source: tl.flags.source,
111107
Tags: tl.flags.tags,

0 commit comments

Comments
 (0)