diff --git a/src/packager.ts b/src/packager.ts index f4005761d1f..c04a8c8d695 100644 --- a/src/packager.ts +++ b/src/packager.ts @@ -175,10 +175,6 @@ export class Packager implements BuildInfo { if ((appMetadata).build != null) { throw new Error(util.format(errorMessages.buildInAppSpecified, appPackageFile, devAppPackageFile)) } - - if (this.devMetadata.license != null) { - warn(`license in the development package.json (${devAppPackageFile}) is deprecated, please move to the application package.json`) - } } const build = this.devMetadata.build