From 7f64599c798b59e62e79f881238bacbe926db592 Mon Sep 17 00:00:00 2001 From: Joao Moreno Date: Tue, 12 Dec 2017 10:49:44 +0100 Subject: [PATCH] lipstick --- extensions/git/src/commands.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/extensions/git/src/commands.ts b/extensions/git/src/commands.ts index 1cfd67bd4ab..b8237688caa 100644 --- a/extensions/git/src/commands.ts +++ b/extensions/git/src/commands.ts @@ -362,7 +362,6 @@ export class CommandCenter { try { window.withProgress({ location: ProgressLocation.SourceControl, title: localize('cloning', "Cloning git repository...") }, () => clonePromise); - // window.withProgress({ location: ProgressLocation.Window, title: localize('cloning', "Cloning git repository...") }, () => clonePromise); const repositoryPath = await clonePromise;