mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
parent
dc88f3fe80
commit
8ce1680a8e
1 changed files with 0 additions and 2 deletions
|
@ -98,8 +98,6 @@ export class LegacyPlatformProxy extends EventEmitter {
|
|||
* Neither new nor legacy platform should use this method directly.
|
||||
*/
|
||||
public getConnections(callback: (error: Error | null, count?: number) => void) {
|
||||
this.log.debug('"getConnections" has been called.');
|
||||
|
||||
// This method is used by `even-better` (before we start platform).
|
||||
// It seems that the latest version of parent `good` doesn't use this anymore.
|
||||
this.server.getConnections(callback);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue