From 7c52806a48dcab14bdcbd8143692c0008c1e0374 Mon Sep 17 00:00:00 2001 From: Johan Haals Date: Mon, 18 Jan 2021 10:11:52 +0100 Subject: [PATCH] remove commented code --- .../scaffolder-backend/src/scaffolder/stages/publish/azure.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/scaffolder-backend/src/scaffolder/stages/publish/azure.ts b/plugins/scaffolder-backend/src/scaffolder/stages/publish/azure.ts index ac49a9e4c8..50de3331d8 100644 --- a/plugins/scaffolder-backend/src/scaffolder/stages/publish/azure.ts +++ b/plugins/scaffolder-backend/src/scaffolder/stages/publish/azure.ts @@ -102,7 +102,6 @@ export class AzurePublisher implements PublisherBase { client: IGitApi, opts: { name: string; project: string }, ) { - // const [project, name] = values.storePath.split('/'); const { name, project } = opts; const createOptions: GitRepositoryCreateOptions = { name }; const repo = await client.createRepository(createOptions, project);