Skip to content

Commit

Permalink
style: remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
as-herzog committed Feb 25, 2021
1 parent 7ca3218 commit 9c6ee16
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/display/clients.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,6 @@ func (r *Renderer) ClientList(clients []*management.Client) {
func (r *Renderer) ClientCreate(client *management.Client, revealSecrets bool) {
r.Heading(ansi.Bold(r.Tenant), "client created\n")

// note(jfatta): list and create uses the same view for now,
// eventually we might want to show different columns for each command:
v := &clientView{
revealSecret: revealSecrets,
Name: auth0.StringValue(client.Name),
Expand Down

0 comments on commit 9c6ee16

Please sign in to comment.