remove printf remnant

This commit is contained in:
Jörg Breitbart
2019-01-15 03:24:47 +01:00
parent 94c19fb92a
commit 1536e79542
-1
View File
@@ -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;