Skip to content

Commit

Permalink
Merge pull request #219 from forcedotcom/sh/pvc-sans-versionName
Browse files Browse the repository at this point in the history
fix: remove warn options from log message
  • Loading branch information
shetzel authored Feb 9, 2023
2 parents c369a03 + e43f4c4 commit 23cba4a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/package/packageVersionCreate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -726,9 +726,7 @@ export class PackageVersionCreate {
)
: versionNumber;

// eslint-disable-next-line @typescript-eslint/no-unused-vars
const { connection: c, project: p, profileApi: a, ...warnOptions } = options;
this.logger.warn(warnOptions, messages.getMessage('defaultVersionName', [packageDescriptorJson.versionName]));
this.logger.warn(messages.getMessage('defaultVersionName', [packageDescriptorJson.versionName]));
}

if (options.releasenotesurl) {
Expand Down

0 comments on commit 23cba4a

Please sign in to comment.