Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvanmele committed Dec 13, 2024
1 parent cab3242 commit 35ab0db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/compas/geometry/frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,6 @@ def inverted(self):
"""Return an inverted copy of the frame."""
frame = self.copy() # type: Frame
frame.invert()
print(frame.xaxis, frame.yaxis, frame.zaxis)
return frame

def interpolate_frame(self, other, t):
Expand Down

0 comments on commit 35ab0db

Please sign in to comment.