Remove logs

This commit is contained in:
Daniel Imms
2020-03-13 07:05:53 -07:00
parent 361f38ecf8
commit a087c17b59
2 changed files with 0 additions and 3 deletions

View File

@@ -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();
}