Decrease verbosity of boundary layer

This commit is contained in:
Matthew Guthaus 2019-12-05 23:33:23 +00:00
parent 7397f110c5
commit 3deeaf7164
1 changed files with 1 additions and 1 deletions

View File

@ -530,7 +530,7 @@ class layout():
width=width,
height=height,
center=False)
debug.info(0, "Adding {0} boundary {1}".format(self.name, boundary))
debug.info(2, "Adding {0} boundary {1}".format(self.name, boundary))
self.visited.append(self.name)