Skip to content

Commit

Permalink
remove unused (elastic#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
orouz committed Dec 21, 2021
1 parent e126a39 commit 0d45573
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions x-pack/plugins/security_solution/public/plugin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,6 @@ export class Plugin implements IPlugin<PluginSetup, PluginStart, SetupPlugins, S
const startServices: Promise<StartServices> = (async () => {
const [coreStart, startPlugins] = await core.getStartServices();

const demo_data = coreStart.http.get('/api/csp/stats');

console.log({ demo_data });

const services: StartServices = {
...coreStart,
...startPlugins,
Expand Down

0 comments on commit 0d45573

Please sign in to comment.