Skip to content

Commit

Permalink
Merge pull request #149 from sailpoint-oss/devrel-1394
Browse files Browse the repository at this point in the history
Remove debug line
  • Loading branch information
tyler-mairose-sp authored May 15, 2024
2 parents 553cd30 + 67fe21a commit 5336461
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/util/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ func CreateOrUpdateEnvironment(environmentName string, update bool) error {
return err
}

fmt.Print("\n\nEnvironment Name:" + environmentName + "\n\n")
if environmentName != "" {
config.SetActiveEnvironment(environmentName)
} else {
Expand Down

0 comments on commit 5336461

Please sign in to comment.