Kaynağa Gözat

Removes rogue logging

main
Eric Amodio 2 yıl önce
ebeveyn
işleme
1661a28e73
1 değiştirilmiş dosya ile 0 ekleme ve 1 silme
  1. +0
    -1
      src/terminal/linkProvider.ts

+ 0
- 1
src/terminal/linkProvider.ts Dosyayı Görüntüle

@ -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;

Yükleniyor…
İptal
Kaydet