Removing unused variable

This commit is contained in:
Shaunak Kashyap 2016-06-10 13:37:56 -07:00
parent db780bd645
commit 58f9843c64
No known key found for this signature in database
GPG key ID: 0512E188DDE4FF2A

View file

@ -24,7 +24,6 @@ export default function setupSettings(kbnServer, server, config) {
}
function userSettingsNotFound(kibanaVersion) {
let message;
if (server.plugins.elasticsearch.status.state === 'green') {
server.plugins.kibana.status.red('Could not find user-provided settings for this version of Kibana (' + kibanaVersion + ')');
} else {