Skip to content

Commit

Permalink
Remove debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
PProfizi committed Jul 17, 2023
1 parent 9a4df92 commit f51aba8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/ansys/dpf/core/available_result.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,6 @@ def __str__(self):
txt += "Units: %s\n" % self.unit
if self.native_location:
txt += "Location: %s\n" % self.native_location
if self.name == "specific_heat":
print(f"Printing {self.name} with {self.qualifiers} and {self.qualifier_labels}")
if self.qualifiers:
txt += "Available qualifier labels:\n"
for label in self.qualifier_labels:
Expand Down
2 changes: 0 additions & 2 deletions src/ansys/dpf/core/result_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -429,8 +429,6 @@ def _get_result(self, numres):
qualifiers=qualifiers,
qualifier_labels=qualifier_labels,
)
if name == "specific_heat":
print(f"Build availableresult {name} with:\n{qualifiers}\n{qualifier_labels}")
return available_result.AvailableResult(availableresult)

@property
Expand Down

0 comments on commit f51aba8

Please sign in to comment.