Skip to content

Commit f337839

Browse files
chore: remove print statements (#2364)
Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent 79fb2c2 commit f337839

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Remove print statements

src/ansys/geometry/core/_grpc/_services/v0/repair_tools.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,6 @@ def find_split_edges(self, **kwargs) -> dict: # noqa: D102
7777
),
7878
)
7979

80-
print("distance:", request.distance)
81-
print("angle:", request.angle)
82-
8380
# Call the gRPC service
8481
response = self.stub.FindSplitEdges(request)
8582

src/ansys/geometry/core/tools/repair_tools.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,6 @@ def find_split_edges(
136136
else None
137137
)
138138

139-
print("angle:", angle)
140-
print("length:", length)
141139
response = self._grpc_client.services.repair_tools.find_split_edges(
142140
bodies_or_faces=body_ids, angle=angle, distance=length
143141
)

0 commit comments

Comments
 (0)