Skip to content

Commit 1661a28

Browse files
committed
Removes rogue logging
1 parent fb78274 commit 1661a28

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/terminal/linkProvider.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ export class GitTerminalLinkProvider implements Disposable, TerminalLinkProvider
5454

5555
let match;
5656
do {
57-
console.log(context.line);
5857
match = commandsRegex.exec(context.line);
5958
if (match != null) {
6059
const [_, git, command] = match;

0 commit comments

Comments
 (0)