Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
remove debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
dwastberg committed Jun 17, 2024
1 parent 33efd5c commit 41b4185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dtcc_builder/polygons/surface.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def _transform_to_planar(s: Surface) -> (np.ndarray, np.ndarray):
z_normal = np.array([0, 0, 1])
normal = s.calculate_normal()
if np.allclose(normal, 0):
warning(f"Surface has zero normal.")
# warning(f"Surface has zero normal.")
return None, None
centroid = s.centroid

Expand Down

0 comments on commit 41b4185

Please sign in to comment.