Skip to content

Commit

Permalink
remove trace
Browse files Browse the repository at this point in the history
  • Loading branch information
trystan committed Apr 28, 2013
1 parent cb4a20f commit 45f7942
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/com/headchant/asciipanel/AsciiPanel.as
Expand Up @@ -66,8 +66,6 @@ package com.headchant.asciipanel {

var imageWidthInCharacters:int = fontBitmapData.width / charWidth;

trace(imageWidthInCharacters);

this.glyphs = new Array();
for (var i : int = 0; i < 256; i++) {
var sx:int = (i % imageWidthInCharacters) * charWidth;
Expand Down

0 comments on commit 45f7942

Please sign in to comment.