Skip to content

Commit

Permalink
style: output formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Sep 29, 2021
1 parent 6fef8a9 commit e6f6ac2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/commands/force/org/display.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ export class OrgDisplayCommand extends SfdxCommand {
}

private print(result: OrgDisplayReturn): void {
this.ux.log('');
this.ux.warn(sharedMessages.getMessage('SecurityWarning'));
this.ux.log('');
const columns = {
Expand Down
1 change: 0 additions & 1 deletion src/commands/force/org/open.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ export class OrgOpenCommand extends SfdxCommand {
const username = this.org.getUsername();
const output = { orgId, url, username };

this.ux.log('');
this.ux.warn(sharedMessages.getMessage('SecurityWarning'));
this.ux.log('');

Expand Down

0 comments on commit e6f6ac2

Please sign in to comment.