Skip to content

Commit

Permalink
chore: remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
chase-crumbaugh committed Apr 17, 2024
1 parent ebabfe8 commit 472e2d7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions internal/cli/speakeasy.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,6 @@ func runSpeakeasyCommand(args ...string) (string, error) {
cmd.Dir = filepath.Join(environment.GetWorkspace(), "repo", environment.GetWorkingDirectory())
cmd.Env = os.Environ()
cmd.Env = append(cmd.Env, "SPEAKEASY_RUN_LOCATION=action")

// TODO: remove
fmt.Println("Running speakeasy command with env: ", strings.Join(cmd.Env, " "))

output, err := cmd.CombinedOutput()
if err != nil {
return string(output), fmt.Errorf("error running speakeasy command: speakeasy %s - %w\n %s", strings.Join(args, " "), err, string(output))
Expand Down

0 comments on commit 472e2d7

Please sign in to comment.