Skip to content

Commit

Permalink
removed unused field
Browse files Browse the repository at this point in the history
  • Loading branch information
gmmorris committed May 19, 2020
1 parent cc95823 commit ff9d788
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions x-pack/plugins/alerting/server/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ export class AlertingPlugin {
private readonly telemetryLogger: Logger;
private readonly kibanaIndex: Promise<string>;
private eventLogger?: IEventLogger;
private encryptedSavedObjects?: EncryptedSavedObjectsPluginSetup;

constructor(initializerContext: PluginInitializerContext) {
this.logger = initializerContext.logger.get('plugins', 'alerting');
Expand All @@ -127,7 +126,6 @@ export class AlertingPlugin {
this.licenseState = new LicenseState(plugins.licensing.license$);
this.spaces = plugins.spaces?.spacesService;
this.security = plugins.security;
this.encryptedSavedObjects = plugins.encryptedSavedObjects;

this.isESOUsingEphemeralEncryptionKey =
plugins.encryptedSavedObjects.usingEphemeralEncryptionKey;
Expand Down

0 comments on commit ff9d788

Please sign in to comment.