Remove log

This commit is contained in:
Daniel Imms
2022-07-24 17:20:41 -07:00
parent a4f7e2d8e9
commit 2ceec34809
-1
View File
@@ -345,7 +345,6 @@ export abstract class BaseRenderLayer implements IRenderLayer {
}
}
console.log(`draw char ${cell.getChars()} with style`, this._ctx.fillStyle);
const atlasDidDraw = hasOverrides ? false : this._charAtlas?.draw(this._ctx, this._currentGlyphIdentifier, x * this._scaledCellWidth + this._scaledCharLeft, y * this._scaledCellHeight + this._scaledCharTop);
if (!atlasDidDraw) {