Skip to content

Commit 5703cdc

Browse files
committed
Remove log
1 parent a06bbd2 commit 5703cdc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/vs/platform/terminal/common/capabilities/commandDetectionCapability.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -901,7 +901,6 @@ class WindowsPtyHeuristics extends Disposable {
901901
if (bashPrompt) {
902902
const adjustedPrompt = this._adjustPrompt(bashPrompt, lineText, '$');
903903
if (adjustedPrompt) {
904-
this._logService.debug('CommandDetectionCapability#_getWindowsPrompt adjusted bash prompt', adjustedPrompt);
905904
return adjustedPrompt;
906905
}
907906
}

0 commit comments

Comments
 (0)