Skip to content

Commit

Permalink
Remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
eablack committed Apr 23, 2024
1 parent 336ca9e commit 2495591
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions packages/cli/src/commands/spaces/info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,3 @@ export default class Info extends Command {
renderInfo(space, flags.json)
}
}
// function render(space, flags) {
// if (flags.json) {
// ux.log(JSON.stringify(space, null, 2))
// } else {
// ux.styledHeader(space.name)
// ux.styledObject({
// ID: space.id, Team: space.team.name, Region: space.region.description, CIDR: space.cidr, 'Data CIDR': space.data_cidr, State: space.state, Shield: lib.displayShieldState(space), 'Outbound IPs': lib.displayNat(space.outbound_ips), 'Created at': space.created_at,
// }, ['ID', 'Team', 'Region', 'CIDR', 'Data CIDR', 'State', 'Shield', 'Outbound IPs', 'Created at'])
// }
// }

0 comments on commit 2495591

Please sign in to comment.