Skip to content

Commit 35ab0db

Browse files
committed
remove print
1 parent cab3242 commit 35ab0db

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/compas/geometry/frame.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,6 @@ def inverted(self):
613613
"""Return an inverted copy of the frame."""
614614
frame = self.copy() # type: Frame
615615
frame.invert()
616-
print(frame.xaxis, frame.yaxis, frame.zaxis)
617616
return frame
618617

619618
def interpolate_frame(self, other, t):

0 commit comments

Comments
 (0)