changeset 132:0abd6e3680b6

Remove debugging print.
author Simon Cross <hodgestar@gmail.com>
date Sun, 11 Sep 2011 22:32:30 +0200
parents 513037749086
children 077f48c2cb53
files mamba/level.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mamba/level.py	Sun Sep 11 22:28:13 2011 +0200
+++ b/mamba/level.py	Sun Sep 11 22:32:30 2011 +0200
@@ -101,7 +101,6 @@
             tile_row = []
             for x, tile_char in enumerate(row):
                 tile_orientation = self.get_tile_orientation(y, x, row, tile_char)
-                print tile_orientation
                 tile = self.tileset.get_tile(tile_char, (x, y), self.sprites)
                 tile_row.append(tile)
                 if isinstance(tile, EntrySprite):