Skip to content

Commit

Permalink
removes deprecationWarningMixin from legacy
Browse files Browse the repository at this point in the history
  • Loading branch information
pgayvallet committed Dec 9, 2019
1 parent efe2ec8 commit 46b7532
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 28 deletions.
26 changes: 0 additions & 26 deletions src/legacy/server/config/deprecation_warnings.js

This file was deleted.

2 changes: 0 additions & 2 deletions src/legacy/server/kbn_server.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ import { loggingMixin } from './logging';
import warningsMixin from './warnings';
import { statusMixin } from './status';
import pidMixin from './pid';
import { configDeprecationWarningsMixin } from './config/deprecation_warnings';
import { transformDeprecations } from './config/transform_deprecations';
import configCompleteMixin from './config/complete';
import optimizeMixin from '../../optimize';
Expand Down Expand Up @@ -89,7 +88,6 @@ export default class KbnServer {
// adds methods for extending this.server
serverExtensionsMixin,
loggingMixin,
configDeprecationWarningsMixin,
warningsMixin,
statusMixin,

Expand Down

0 comments on commit 46b7532

Please sign in to comment.