Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

Commit

Permalink
Remove properties
Browse files Browse the repository at this point in the history
  • Loading branch information
aly76 committed Mar 16, 2021
1 parent 8ed75fc commit cd35041
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions packages/core/src/sfdxwrappers/PackageVersionListImpl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ import { LoggerLevel } from "../utils/SFPLogger";

export default class PackageVersionListImpl extends SFDXCommand
{
protected target_org: string;
protected project_directory: string;
protected logFile?: any;
protected loggerLevel?: LoggerLevel;


public constructor(
devhub: string
Expand All @@ -27,7 +22,5 @@ export default class PackageVersionListImpl extends SFDXCommand
getGeneratedSFDXCommandWithParams(): string {
return `sfdx force:package:list --json -v ${this.target_org} `;
}

}


}

0 comments on commit cd35041

Please sign in to comment.