From 18d7ce89b727d6162fe7e16e5da9c6d554f8fde3 Mon Sep 17 00:00:00 2001 From: Joao Moreno Date: Thu, 4 Jul 2019 08:58:37 +0200 Subject: [PATCH] fixes #76556 --- 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 8b4a0923532..a9b53103702 100755 --- a/extensions/git/src/commands.ts +++ b/extensions/git/src/commands.ts @@ -673,7 +673,6 @@ export class CommandCenter { if (!(resource instanceof Resource)) { // can happen when called from a keybinding - console.log('WHAT'); resource = this.getSCMResource(); }