Skip to content

Commit

Permalink
Remove commented-out code
Browse files Browse the repository at this point in the history
  • Loading branch information
nwmac authored Jun 23, 2020
1 parent f34497f commit 53a4b2a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ export class SshViewerComponent implements OnInit, OnDestroy {
this.xterm = new Terminal();
this.xterm.loadAddon(this.xtermFitAddon);
this.xterm.open(this.container.nativeElement);
// this.xtermFitAddon.fit();
this.resize();

this.xterm.onKey(e => {
Expand Down Expand Up @@ -125,7 +124,6 @@ export class SshViewerComponent implements OnInit, OnDestroy {
} else {
console.log('Error')
const eMsg = this.errorMessage;
//this.disconnect();
this.errorMessage = eMsg;
}
},
Expand Down

0 comments on commit 53a4b2a

Please sign in to comment.