diff --git a/test/test_shape_star.scad b/test/test_shape_star.scad index 9760ce61..643619e9 100644 --- a/test/test_shape_star.scad +++ b/test/test_shape_star.scad @@ -8,8 +8,6 @@ module test_shape_star() { actual = shape_star(30, 12, 6); - echo(actual); - assertEqualPoints(expected, actual); }