mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
search: remove test log from indices plugin setup (#209342)
## Summary remove test log from indices plugin setup
This commit is contained in:
parent
595406176f
commit
5a18f66ed6
1 changed files with 0 additions and 1 deletions
|
@ -27,7 +27,6 @@ export class SearchIndicesPlugin
|
|||
|
||||
public setup(core: CoreSetup) {
|
||||
this.logger.debug('searchIndices: Setup');
|
||||
this.logger.info('searchIndices test');
|
||||
const router = core.http.createRouter();
|
||||
|
||||
// Register server side APIs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue