Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
alexr00 committed Nov 3, 2021
1 parent 1944e5d commit 44caa5a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1213,7 +1213,6 @@ export class TerminalTaskSystem extends Disposable implements ITaskSystem {
for (const terminal of values(this.terminals)) {
if (terminal.group === group) {
const originalInstance = terminal.terminal;
console.log('splitting');
const result = await this.terminalService.createTerminal({ location: { parentTerminal: originalInstance }, config: launchConfigs });
if (result) {
return result;
Expand Down

0 comments on commit 44caa5a

Please sign in to comment.