Skip to content

Commit

Permalink
Remove debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
Bouni committed Jul 30, 2024
1 parent 2892a0f commit 98f678f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fabrication.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,6 @@ def generate_bom(self):
)
if not add_without_lcsc and not part["lcsc"]:
continue
self.logger.debug(part)
writer.writerow(
[
part["value"],
Expand Down

0 comments on commit 98f678f

Please sign in to comment.