Skip to content

Commit f51aba8

Browse files
committed
Remove debug prints
1 parent 9a4df92 commit f51aba8

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/ansys/dpf/core/available_result.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,6 @@ def __str__(self):
138138
txt += "Units: %s\n" % self.unit
139139
if self.native_location:
140140
txt += "Location: %s\n" % self.native_location
141-
if self.name == "specific_heat":
142-
print(f"Printing {self.name} with {self.qualifiers} and {self.qualifier_labels}")
143141
if self.qualifiers:
144142
txt += "Available qualifier labels:\n"
145143
for label in self.qualifier_labels:

src/ansys/dpf/core/result_info.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -429,8 +429,6 @@ def _get_result(self, numres):
429429
qualifiers=qualifiers,
430430
qualifier_labels=qualifier_labels,
431431
)
432-
if name == "specific_heat":
433-
print(f"Build availableresult {name} with:\n{qualifiers}\n{qualifier_labels}")
434432
return available_result.AvailableResult(availableresult)
435433

436434
@property

0 commit comments

Comments
 (0)