Skip to content

Commit

Permalink
Removes a line used in debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
erodozer committed Nov 24, 2010
1 parent 15d6230 commit 3a75b05
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Rockmeter.py
Expand Up @@ -433,7 +433,6 @@ def __init__(self, layer, section):
self.rects.append(eval(rect))
self.rects.append(layer.rect)
self.type = "image"
print self.rects
elif isinstance(layer, FontLayer):
self.font = self.engine.data.fontDict[self.get("font")]
self.text = self.get("text").split("|")
Expand Down

0 comments on commit 3a75b05

Please sign in to comment.