Removed debug message (oops!)

This commit is contained in:
Salvador E. Tropea 2021-02-11 12:52:01 -03:00
parent a79c422087
commit 9b34cf20d9
1 changed files with 0 additions and 1 deletions

View File

@ -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)