Browse Source

Removes rogue logging

main
Eric Amodio 2 years ago
parent
commit
1661a28e73
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/terminal/linkProvider.ts

+ 0
- 1
src/terminal/linkProvider.ts View File

@ -54,7 +54,6 @@ export class GitTerminalLinkProvider implements Disposable, TerminalLinkProvider
let match;
do {
console.log(context.line);
match = commandsRegex.exec(context.line);
if (match != null) {
const [_, git, command] = match;

Loading…
Cancel
Save