Skip to content

Commit f0bd8d7

Browse files
committed
chore: remove prop from ScratchOrg
1 parent de53985 commit f0bd8d7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/shared/orgListUtil.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,8 +272,6 @@ export class OrgListUtil {
272272
scratchOrgInfo.expirationDate = updatedOrgInfo.ExpirationDate;
273273
scratchOrgInfo.isExpired = updatedOrgInfo.Status === 'Deleted';
274274
scratchOrgInfo.namespace = updatedOrgInfo.Namespace;
275-
// the old toolbelt code always said Unknown. I'd love to get rid of it.
276-
scratchOrgInfo.connectedStatus = 'Unknown';
277275
} else {
278276
const logger = await OrgListUtil.retrieveLogger();
279277
logger.warn(`Can't find ${scratchOrgInfo.username} in the updated contents`);

0 commit comments

Comments
 (0)