Skip to content

Commit

Permalink
Remove old console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
SchoofsKelvin committed Feb 11, 2021
1 parent 53aa64f commit 443026d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@ export class Manager implements vscode.TaskProvider, vscode.TerminalLinkProvider
if (!isSSHPseudoTerminal(pty)) return;
const conn = this.connectionManager.getActiveConnections().find(c => c.terminals.includes(pty));
if (!conn) return; // Connection died, which means the terminal should also be closed already?
console.log('provideTerminalLinks', line, pty.config.root, conn ? conn.filesystems.length : 'No connection?');
const links: TerminalLinkUri[] = [];
const PATH_REGEX = /\/\S+/g;
while (true) {
Expand Down

0 comments on commit 443026d

Please sign in to comment.