Skip to content

Commit

Permalink
Remove debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
Bouni committed Jun 21, 2024
1 parent ee6ca50 commit a70c548
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 @@ -261,7 +261,6 @@ def generate_cpl(self):
for fp in footprints:
part = self.parent.store.get_part(fp.GetReference())
if not part: # No matching part in the database, continue
self.logger.debug("No matching database entry found for %s", fp.GetReference())
continue
if part[6] == 1: # Exclude from POS
continue
Expand Down

0 comments on commit a70c548

Please sign in to comment.