removing useless debug message

This commit is contained in:
easyw
2019-09-27 08:11:21 +02:00
parent 367e7488f3
commit e9e1f7929d

View File

@ -257,7 +257,7 @@ STEP = '-'
area_priority = area.GetPriority()
is_keepout_area = area.GetIsKeepout()
is_target_net = (area.GetNetname() == self.netname) #(area.GetNetname().upper() == self.netname)
wx.LogMessage(area.GetNetname()) #wx.LogMessage(area.GetNetname().upper())
#wx.LogMessage(area.GetNetname()) #wx.LogMessage(area.GetNetname().upper())
if (not is_target_net): # Only process areas that are not in the target net
offset = max(self.clearance, area_clearance) + self.size / 2 # Offset is half the size of the via plus the clearance of the via or the area