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

@@ -225,7 +225,7 @@ class RegionSet(object):
"""
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
self.regionfiles = {}