From a3f2b01b8c783976c4f7aed842531573e619c90e Mon Sep 17 00:00:00 2001 From: Leni Aniva Date: Wed, 19 Jun 2024 15:54:42 -0700 Subject: [PATCH] fix: Extraneous printing --- nhf/joints.py | 1 - 1 file changed, 1 deletion(-) diff --git a/nhf/joints.py b/nhf/joints.py index 805d89e..b066c77 100644 --- a/nhf/joints.py +++ b/nhf/joints.py @@ -99,7 +99,6 @@ def hirth_assembly(): class TestJoints(unittest.TestCase): def test_hirth_assembly(self): - print(Cq.__version__) hirth_assembly() if __name__ == '__main__':