0

Remove development/debug output

This commit is contained in:
Andrew Chin
2012-02-11 15:57:38 -05:00
parent 90dfc2b4af
commit c60936efbd
3 changed files with 1 additions and 3 deletions

View File

@@ -328,7 +328,6 @@ dir but you forgot to put quotes around the directory, since it contains spaces.
# create our TileSet from this RegionSet
tileset_dir = os.path.abspath(os.path.join(destdir, render_name))
print "tileset_dir: %r" % tileset_dir
if not os.path.exists(tileset_dir):
os.mkdir(tileset_dir)