Remove logging

This commit is contained in:
Marcin Kulik 2012-03-17 21:35:01 +01:00
parent ade4219458
commit 8f23d94eaa

View File

@ -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