Skip to content

Commit

Permalink
search: remove test log from indices plugin setup (elastic#209342)
Browse files Browse the repository at this point in the history
## Summary

remove test log from indices plugin setup
  • Loading branch information
TattdCodeMonkey authored and drewdaemon committed Feb 6, 2025
1 parent 2e0a7a7 commit fbe2fa4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fbe2fa4

Please sign in to comment.