mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Removing unused variable
This commit is contained in:
parent
db780bd645
commit
58f9843c64
1 changed files with 0 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue