remove commented code

This commit is contained in:
Johan Haals
2021-01-18 10:11:52 +01:00
parent fd876c3615
commit 7c52806a48
@@ -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);