Removed extra debug log
This commit is contained in:
parent
2d9f7b702f
commit
9fd92c7361
|
|
@ -232,7 +232,6 @@ class AnyLayerOptions(VariantOptions):
|
|||
# excludeedgelayer
|
||||
if GS.ki7:
|
||||
self.exclude_edge_layer = not po.GetPlotOnAllLayersSelection().Contains(GS.board.GetLayerID('Edge.Cuts'))
|
||||
logger.error(self.exclude_edge_layer)
|
||||
else:
|
||||
self.exclude_edge_layer = po.GetExcludeEdgeLayer()
|
||||
# plotframeref
|
||||
|
|
|
|||
Loading…
Reference in New Issue