Remove log

This commit is contained in:
Daniel Imms 2024-03-28 09:31:45 -07:00
parent a06bbd27d8
commit 5703cdc654
No known key found for this signature in database
GPG key ID: E5CF412B63651C69

View file

@ -901,7 +901,6 @@ class WindowsPtyHeuristics extends Disposable {
if (bashPrompt) {
const adjustedPrompt = this._adjustPrompt(bashPrompt, lineText, '$');
if (adjustedPrompt) {
this._logService.debug('CommandDetectionCapability#_getWindowsPrompt adjusted bash prompt', adjustedPrompt);
return adjustedPrompt;
}
}