Skip to content

Commit

Permalink
Remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
pkrull-ansys committed Nov 2, 2023
1 parent 2b40d3d commit b3fb053
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/ansys/additive/core/single_bead.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,11 +137,6 @@ def bead_length(self, value):

def _to_simulation_request(self) -> SimulationRequest:
"""Convert this object into a simulation request message."""
try:
self.material._to_material_message()
except Exception as ex:
print("in _to_simulation_request", ex)
raise
input = SingleBeadInputMessage(
machine=self.machine._to_machine_message(),
material=self.material._to_material_message(),
Expand Down

0 comments on commit b3fb053

Please sign in to comment.