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(); }