Skip to content

Commit

Permalink
fix: remove duplicate profile name info sent to stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
dwbuttler committed Mar 10, 2024
1 parent 05c3c6f commit ab976ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/commands/org/display/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ export class DisplayUserCommand extends SfCommand<DisplayUserResult> {
[
{ key: 'Username', label: result.username ?? 'unknown' },
{ key: 'Profile Name', label: result.profileName },
{ key: 'Profile Name', label: result.profileName },
{ key: 'Id', label: result.id },
{ key: 'Org Id', label: result.orgId },
...(result.accessToken ? [{ key: 'Access Token', label: result.accessToken }] : []),
Expand Down

0 comments on commit ab976ef

Please sign in to comment.