mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
Remove logs
This commit is contained in:
@@ -148,13 +148,11 @@ export class MainThreadTerminalService implements MainThreadTerminalServiceShape
|
||||
}
|
||||
|
||||
public $startHandlingLinks(): void {
|
||||
console.log('start');
|
||||
this._linkHandler?.dispose();
|
||||
this._linkHandler = this._terminalService.addLinkHandler(this._remoteAuthority || '', e => this._handleLink(e));
|
||||
}
|
||||
|
||||
public $stopHandlingLinks(): void {
|
||||
console.log('stop');
|
||||
this._linkHandler?.dispose();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user