Skip to content

Commit 90ae25f

Browse files
committed
Removes extra console.log
1 parent a51b39f commit 90ae25f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/app/components/terminal/terminal.component.ts

-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ export class TerminalComponent implements AfterViewInit, OnDestroy {
4343
private fit() {
4444
this.fitAddon.fit();
4545
const dimensions = this.fitAddon.proposeDimensions();
46-
console.log(dimensions);
4746
if (!dimensions) {
4847
console.warn('Cannot resolve dimensions');
4948
return;

0 commit comments

Comments
 (0)