Remove logging
This commit is contained in:
parent
ade4219458
commit
8f23d94eaa
@ -96,10 +96,6 @@ class AsciiIo.Renderer.Canvas extends AsciiIo.Renderer.Base
|
|||||||
@ctx.fillStyle = AsciiIo.colors[@cursorBrush.fgColor()]
|
@ctx.fillStyle = AsciiIo.colors[@cursorBrush.fgColor()]
|
||||||
@ctx.fillText @cursorText, x, y + @cellHeight
|
@ctx.fillText @cursorText, x, y + @cellHeight
|
||||||
|
|
||||||
console.log @cursorY
|
|
||||||
console.log @cursorVisible
|
|
||||||
console.log @cursorOn
|
|
||||||
|
|
||||||
showCursor: (show) ->
|
showCursor: (show) ->
|
||||||
@cursorOn = show
|
@cursorOn = show
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user