Skip to content

Commit

Permalink
remove deprecation notice
Browse files Browse the repository at this point in the history
  • Loading branch information
jloleysens committed Nov 10, 2020
1 parent c3e5efc commit 57db9d7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions x-pack/plugins/grokdebugger/server/lib/kibana_framework.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ export class KibanaFramework {
return this.license.isActive;
}

/**
* @deprecated Rather use {@link IRouter} directly.
*/
public registerRoute<Params = any, Query = any, Body = any, Method extends RouteMethod = any>(
config: GrokDebuggerRouteConfig<Params, Query, Body, Method>,
handler: RequestHandler<Params, Query, Body>
Expand Down

0 comments on commit 57db9d7

Please sign in to comment.