Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
shimwell authored Dec 21, 2024
1 parent e82ff6c commit 4e76c70
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/paramak/assemblies/assembly.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ def remove(self, name: str):
if part[1].endswith(f'/{name}'):
part_found = True
else:
# print('adding' , part)
new_assembly.add(part[0], name=part[1], color=part[3], loc=part[2])
if not part_found:
warnings.warn(f'Part with name {name} not found')
Expand Down

0 comments on commit 4e76c70

Please sign in to comment.