From 2f5f5a742dc581c857f71922e8796c5761f97968 Mon Sep 17 00:00:00 2001 From: Jonathan Mezach Date: Fri, 17 Feb 2023 15:43:26 +0100 Subject: [PATCH] Remove commented out code Signed-off-by: Jonathan Mezach --- plugins/octopus-deploy/src/plugin.ts | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/plugins/octopus-deploy/src/plugin.ts b/plugins/octopus-deploy/src/plugin.ts index 15bb32c9bd..f2ca924032 100644 --- a/plugins/octopus-deploy/src/plugin.ts +++ b/plugins/octopus-deploy/src/plugin.ts @@ -45,17 +45,6 @@ export const octopusDeployPlugin = createPlugin({ ], }); -/* -export const OctopusDeployPage = octopusDeployPlugin.provide( - createRoutableExtension({ - name: 'OctopusDeployPage', - component: () => - import('./components/ExampleComponent').then(m => m.ExampleComponent), - mountPoint: rootRouteRef, - }), -); -*/ - /** @public */ export const EntityOctopusDeployContent = octopusDeployPlugin.provide( createRoutableExtension({