Remove verbose print statement in add_power_pin

This commit is contained in:
Matt Guthaus 2018-09-04 16:39:13 -07:00
parent 378993ca22
commit 9d40cd4a03
1 changed files with 0 additions and 1 deletions

View File

@ -845,7 +845,6 @@ class layout(lef.lef):
"""
Add a single power pin from M3 down to M1 at the given center location
"""
debug.info(0,"Adding power pin {0} at {1} rotate={2}".format(name, loc, rotate))
self.add_via_center(layers=("metal1", "via1", "metal2"),
offset=loc,
rotate=rotate)