search: remove test log from indices plugin setup (#209342)

## Summary

remove test log from indices plugin setup
This commit is contained in:
Rodney Norris 2025-02-04 13:23:25 -06:00 committed by GitHub
parent 595406176f
commit 5a18f66ed6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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