Removed debug message (oops!)
This commit is contained in:
parent
a79c422087
commit
9b34cf20d9
|
|
@ -154,5 +154,4 @@ class PDF_Pcb_Print(BaseOutput): # noqa: F821
|
|||
return self.options.get_targets(out_dir, self.layers)
|
||||
|
||||
def run(self, output_dir):
|
||||
logger.error(self.layers)
|
||||
self.options.run(output_dir, self.layers)
|
||||
|
|
|
|||
Loading…
Reference in New Issue