Skip to content

Commit

Permalink
removed unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
scampi committed Jun 9, 2016
1 parent 3375fd1 commit 6a0b331
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/ui/public/field_editor/field_editor.js
Expand Up @@ -24,12 +24,10 @@ uiModules
getField: '&field'
},
controllerAs: 'editor',
controller: function ($scope, Notifier, kbnUrl, config) {
controller: function ($scope, Notifier, kbnUrl) {
let self = this;
let notify = new Notifier({ location: 'Field Editor' });

const metaFields = config.get('metaFields');

self.scriptingInfo = scriptingInfo;
self.scriptingWarning = scriptingWarning;

Expand Down

0 comments on commit 6a0b331

Please sign in to comment.