Skip to content

Commit

Permalink
Removes extra console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkar598 committed Jun 23, 2024
1 parent a51b39f commit 90ae25f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/components/terminal/terminal.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ export class TerminalComponent implements AfterViewInit, OnDestroy {
private fit() {
this.fitAddon.fit();
const dimensions = this.fitAddon.proposeDimensions();
console.log(dimensions);
if (!dimensions) {
console.warn('Cannot resolve dimensions');
return;
Expand Down

0 comments on commit 90ae25f

Please sign in to comment.