Skip to content

Commit

Permalink
🔥 Remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
abe33 committed Dec 15, 2014
1 parent 6f80483 commit 6555bfe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/mixins/canvas-drawer.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@ class CanvasDrawer extends Mixin
drawToken: (context, text, color, x, y, charWidth, charHeight) ->
context.fillStyle = color
chars = 0
console.log text
for char in text
if /\s/.test char
if chars > 0
Expand Down

0 comments on commit 6555bfe

Please sign in to comment.