Reduce output clutter from gds write

This commit is contained in:
mrg 2020-06-26 12:16:54 -07:00
parent f57eeb88eb
commit 94d7000717
1 changed files with 1 additions and 1 deletions

View File

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