Skip to content

Commit

Permalink
Merge pull request #3685 from xtermjs/Tyriar-patch-1
Browse files Browse the repository at this point in the history
Remove unwanted console.log
  • Loading branch information
Tyriar authored Mar 16, 2022
2 parents 3870507 + 8b55497 commit 8b32d0c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/browser/Decorations/OverviewRulerRenderer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ export class OverviewRulerRenderer extends Disposable {
this._queueRefresh();
}
}));
console.log(this._width/3);
renderSizes[SizeIndex.OUTER_SIZE] = Math.floor(this._width / 3);
renderSizes[SizeIndex.INNER_SIZE] = Math.ceil(this._width / 3);
}
Expand Down

0 comments on commit 8b32d0c

Please sign in to comment.