mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
remove printf remnant
This commit is contained in:
@@ -190,7 +190,6 @@ export class TextRenderLayer extends BaseRenderLayer {
|
||||
nextFillStyle = this._colors.foreground.css;
|
||||
} else if (is256Color(bg)) {
|
||||
if (this._cell.isBgRGB()) {
|
||||
console.log(`rgb(${AttributeData.toColorRGB(this._cell.getBgColor()).join(',')})`);
|
||||
nextFillStyle = `rgb(${AttributeData.toColorRGB(this._cell.getBgColor()).join(',')})`;
|
||||
} else {
|
||||
nextFillStyle = this._colors.ansi[bg].css;
|
||||
|
||||
Reference in New Issue
Block a user