Remove development/debug output
This commit is contained in:
@@ -328,7 +328,6 @@ dir but you forgot to put quotes around the directory, since it contains spaces.
|
|||||||
|
|
||||||
# create our TileSet from this RegionSet
|
# create our TileSet from this RegionSet
|
||||||
tileset_dir = os.path.abspath(os.path.join(destdir, render_name))
|
tileset_dir = os.path.abspath(os.path.join(destdir, render_name))
|
||||||
print "tileset_dir: %r" % tileset_dir
|
|
||||||
if not os.path.exists(tileset_dir):
|
if not os.path.exists(tileset_dir):
|
||||||
os.mkdir(tileset_dir)
|
os.mkdir(tileset_dir)
|
||||||
|
|
||||||
|
|||||||
@@ -397,7 +397,6 @@ class TileSet(object):
|
|||||||
except AttributeError:
|
except AttributeError:
|
||||||
d['north_direction'] = 0
|
d['north_direction'] = 0
|
||||||
|
|
||||||
print "get_persistent_data: %r" % d
|
|
||||||
return d
|
return d
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -225,7 +225,7 @@ class RegionSet(object):
|
|||||||
"""
|
"""
|
||||||
self.regiondir = os.path.normpath(regiondir)
|
self.regiondir = os.path.normpath(regiondir)
|
||||||
|
|
||||||
logging.info("Scanning regions")
|
logging.debug("Scanning regions")
|
||||||
|
|
||||||
# This is populated below. It is a mapping from (x,y) region coords to filename
|
# This is populated below. It is a mapping from (x,y) region coords to filename
|
||||||
self.regionfiles = {}
|
self.regionfiles = {}
|
||||||
|
|||||||
Reference in New Issue
Block a user